diff options
author | Samuel Munilla <smunilla@redhat.com> | 2015-11-20 15:58:05 -0500 |
---|---|---|
committer | Samuel Munilla <smunilla@redhat.com> | 2015-11-23 18:05:27 -0500 |
commit | ac6bc198d469315e7fec2452211c13d37abca795 (patch) | |
tree | f3e4d3ed5a68b736565a91f9ff3382cefbdce807 /utils/test | |
parent | 16e373e9c71f929e3eaf5d747e1f1ad9057c0184 (diff) | |
download | openshift-ac6bc198d469315e7fec2452211c13d37abca795.tar.gz openshift-ac6bc198d469315e7fec2452211c13d37abca795.tar.bz2 openshift-ac6bc198d469315e7fec2452211c13d37abca795.tar.xz openshift-ac6bc198d469315e7fec2452211c13d37abca795.zip |
atomic-openshift-installer: Rename ha_proxy
Rename ha_proxy variables and methods to 'master_lb' to better
future-proof things.
Diffstat (limited to 'utils/test')
-rw-r--r-- | utils/test/cli_installer_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/cli_installer_tests.py b/utils/test/cli_installer_tests.py index 9cb44404c..ad00af76f 100644 --- a/utils/test/cli_installer_tests.py +++ b/utils/test/cli_installer_tests.py @@ -155,7 +155,7 @@ hosts: hostname: proxy-private.example.com public_ip: 24.222.0.4 public_hostname: proxy.example.com - ha_proxy: true + master_lb: true """ class OOCliFixture(OOInstallFixture): |