diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-24 09:48:42 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-24 09:50:31 -0500 |
commit | 1c326a03caf06e388ecb9a2c3d140445f60005ba (patch) | |
tree | d4cbac25c6b078cfe47ce336b46d5ef9d6179e73 /utils/src | |
parent | 6a988e92ff6d63229cecf9b2d571ce114af820d5 (diff) | |
download | openshift-1c326a03caf06e388ecb9a2c3d140445f60005ba.tar.gz openshift-1c326a03caf06e388ecb9a2c3d140445f60005ba.tar.bz2 openshift-1c326a03caf06e388ecb9a2c3d140445f60005ba.tar.xz openshift-1c326a03caf06e388ecb9a2c3d140445f60005ba.zip |
Fixing tests for quick_ha
Also:
* minor rewording of the text that informs the admin about scheduleable
masters.
Diffstat (limited to 'utils/src')
-rw-r--r-- | utils/src/ooinstall/cli_installer.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/src/ooinstall/cli_installer.py b/utils/src/ooinstall/cli_installer.py index 9abea0683..3eee0c32b 100644 --- a/utils/src/ooinstall/cli_installer.py +++ b/utils/src/ooinstall/cli_installer.py @@ -272,8 +272,9 @@ https://docs.openshift.org/latest/install_config/install/advanced_install.html#m nodes = [host.node for host in oo_cfg.hosts] if len(masters) == len(nodes): message = """ -No dedicated Nodes specified. By default, colocated Masters have their Nodes set to unscheduleable. -Would you like to label the colocated masters as scheduleable? +No dedicated Nodes specified. By default, colocated Masters have their Nodes +set to unscheduleable. Continuing at this point will lable all nodes as +scheduleable. """ confirm_continue(message) |