summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-12-08 10:32:06 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2015-12-08 10:32:06 -0500
commit0056156b4b31d10d15034536b280564be38ec04b (patch)
tree607d85b31f7c17395500d868431d1323eac77d43 /utils
parent62ab67626448edfbf70fd862de0324a8c7252a13 (diff)
downloadopenshift-0056156b4b31d10d15034536b280564be38ec04b.tar.gz
openshift-0056156b4b31d10d15034536b280564be38ec04b.tar.bz2
openshift-0056156b4b31d10d15034536b280564be38ec04b.tar.xz
openshift-0056156b4b31d10d15034536b280564be38ec04b.zip
Improving output when gathering facts
Diffstat (limited to 'utils')
-rw-r--r--utils/src/ooinstall/cli_installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/src/ooinstall/cli_installer.py b/utils/src/ooinstall/cli_installer.py
index 8cabe5431..dc88cb1ad 100644
--- a/utils/src/ooinstall/cli_installer.py
+++ b/utils/src/ooinstall/cli_installer.py
@@ -752,8 +752,8 @@ def install(ctx, force):
check_hosts_config(oo_cfg, ctx.obj['unattended'])
- click.echo('Gathering information from hosts...')
print_installation_summary(oo_cfg.hosts)
+ click.echo('Gathering information from hosts...')
callback_facts, error = openshift_ansible.default_facts(oo_cfg.hosts,
verbose)
if error: