summaryrefslogtreecommitdiffstats
path: root/utils/src
diff options
context:
space:
mode:
authorjkaurredhat <jkaur@redhat.com>2017-08-04 15:44:44 +0530
committerjkaurredhat <jkaur@redhat.com>2017-08-04 15:44:44 +0530
commitae81891c7271a0133f89650f7efd2ee75897a799 (patch)
treef8f0c20b37f8473dd168fafd5f01c0348cccf73a /utils/src
parent05a9c91735cc95457411dbb19951341e5418df18 (diff)
downloadopenshift-ae81891c7271a0133f89650f7efd2ee75897a799.tar.gz
openshift-ae81891c7271a0133f89650f7efd2ee75897a799.tar.bz2
openshift-ae81891c7271a0133f89650f7efd2ee75897a799.tar.xz
openshift-ae81891c7271a0133f89650f7efd2ee75897a799.zip
Quick Installer should specify which config file to edit.
Fixes bugzilla : https://bugzilla.redhat.com/show_bug.cgi?id=1460353 Signed-off-by: jkaurredhat <jkaur@redhat.com>
Diffstat (limited to 'utils/src')
-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)