summaryrefslogtreecommitdiffstats
path: root/callback_plugins/openshift_quick_installer.py
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-01-06 10:57:27 -0500
committerGitHub <noreply@github.com>2017-01-06 10:57:27 -0500
commit2841c7e9a8654e68f461aa5b8ed9181c107e2178 (patch)
tree9d91f26dae479ebfa55270de4bb5c136562739fa /callback_plugins/openshift_quick_installer.py
parentf30d600bd1bda5e4f980bca373988aa72aa7a340 (diff)
parent41eb074504cf75410c75b02b1f9338623f53a660 (diff)
downloadopenshift-2841c7e9a8654e68f461aa5b8ed9181c107e2178.tar.gz
openshift-2841c7e9a8654e68f461aa5b8ed9181c107e2178.tar.bz2
openshift-2841c7e9a8654e68f461aa5b8ed9181c107e2178.tar.xz
openshift-2841c7e9a8654e68f461aa5b8ed9181c107e2178.zip
Merge pull request #3047 from tbielawa/installer-count-bz1388739
Change wording in the quick installer callback plugin
Diffstat (limited to 'callback_plugins/openshift_quick_installer.py')
-rw-r--r--callback_plugins/openshift_quick_installer.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/callback_plugins/openshift_quick_installer.py b/callback_plugins/openshift_quick_installer.py
index f5c4c71a4..b4c7edd38 100644
--- a/callback_plugins/openshift_quick_installer.py
+++ b/callback_plugins/openshift_quick_installer.py
@@ -269,8 +269,9 @@ The only thing we change here is adding `log_only=True` to the
self._display.display("", screen_only=True)
# Some plays are conditional and won't run (such as load
- # balancers) if they aren't required. Let the user know about
- # this to avoid potential confusion.
+ # balancers) if they aren't required. Sometimes plays are
+ # conditionally included later in the run. Let the user know
+ # about this to avoid potential confusion.
if self.plays_total_ran != self.plays_count:
- print("Installation Complete: Note: Play count is an estimate and some were skipped because your install does not require them")
+ print("Installation Complete: Note: Play count is only an estimate, some plays may have been skipped or dynamically added")
self._display.display("", screen_only=True)