From 41eb074504cf75410c75b02b1f9338623f53a660 Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Thu, 5 Jan 2017 10:46:09 -0800 Subject: Change wording in the quick installer callback plugin * Old wording only considered skipped plays (reducing the play count) * New wording accounts for dynamically included plays (increasing the play count) --- callback_plugins/openshift_quick_installer.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'callback_plugins') 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) -- cgit v1.2.1