summaryrefslogtreecommitdiffstats
path: root/utils/test/cli_installer_tests.py
diff options
context:
space:
mode:
authorSamuel Munilla <smunilla@redhat.com>2015-11-20 15:58:05 -0500
committerSamuel Munilla <smunilla@redhat.com>2015-11-20 15:58:05 -0500
commit0b191360ec7d934b582d0c59cd8e377df92438dd (patch)
tree8d29bcba68824d29fc63f34f9bfd77b78f0f5200 /utils/test/cli_installer_tests.py
parent27a8228a81c81b2f7db003eedb3b9eaf03a849b4 (diff)
downloadopenshift-0b191360ec7d934b582d0c59cd8e377df92438dd.tar.gz
openshift-0b191360ec7d934b582d0c59cd8e377df92438dd.tar.bz2
openshift-0b191360ec7d934b582d0c59cd8e377df92438dd.tar.xz
openshift-0b191360ec7d934b582d0c59cd8e377df92438dd.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/cli_installer_tests.py')
-rw-r--r--utils/test/cli_installer_tests.py2
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):