diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-12-08 10:32:06 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-12-08 10:32:06 -0500 |
commit | 0056156b4b31d10d15034536b280564be38ec04b (patch) | |
tree | 607d85b31f7c17395500d868431d1323eac77d43 /utils/src | |
parent | 62ab67626448edfbf70fd862de0324a8c7252a13 (diff) | |
download | openshift-0056156b4b31d10d15034536b280564be38ec04b.tar.gz openshift-0056156b4b31d10d15034536b280564be38ec04b.tar.bz2 openshift-0056156b4b31d10d15034536b280564be38ec04b.tar.xz openshift-0056156b4b31d10d15034536b280564be38ec04b.zip |
Improving output when gathering facts
Diffstat (limited to 'utils/src')
-rw-r--r-- | utils/src/ooinstall/cli_installer.py | 2 |
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: |