summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-08-04 11:45:55 -0400
committerGitHub <noreply@github.com>2017-08-04 11:45:55 -0400
commitf964fae7e6a59a80567608f8bad3763b4b10eb32 (patch)
tree368fdbf40cef6374de2b03b4e670ab1044b70575
parentaa1cbb6977a7311275ab20e8505cdc6722b47598 (diff)
parentae81891c7271a0133f89650f7efd2ee75897a799 (diff)
downloadopenshift-f964fae7e6a59a80567608f8bad3763b4b10eb32.tar.gz
openshift-f964fae7e6a59a80567608f8bad3763b4b10eb32.tar.bz2
openshift-f964fae7e6a59a80567608f8bad3763b4b10eb32.tar.xz
openshift-f964fae7e6a59a80567608f8bad3763b4b10eb32.zip
Merge pull request #4996 from jkaurredhat/installer-1.7
Quick Installer should specify which config file to edit.
-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 71dcf87aa..65a481b10 100644
--- a/utils/src/ooinstall/cli_installer.py
+++ b/utils/src/ooinstall/cli_installer.py
@@ -797,7 +797,7 @@ def run_config_playbook(oo_cfg, hosts_to_run_on, unattended, verbose, gen_invent
click.echo('Ready to run installation process.')
message = """
-If changes are needed please edit the config file above and re-run.
+If changes are needed please edit the installer.cfg.yml config file above and re-run.
"""
if not unattended:
confirm_continue(message)