From af32a59ffa9c20e52609b0a5826057c1ad813ccc Mon Sep 17 00:00:00 2001 From: jkaurredhat Date: Fri, 4 Aug 2017 15:48:50 +0530 Subject: [PATCH] Quick Installer should specify which config file to edit. Backport for #4996 Signed-off-by: jkaurredhat --- utils/src/ooinstall/cli_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/src/ooinstall/cli_installer.py b/utils/src/ooinstall/cli_installer.py index 71dcf87aac2..edd92a526c5 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 installer.cfg.yml config file above and re-run. """ if not unattended: confirm_continue(message)