diff options
author | Jeremiah Stuever <jstuever@redhat.com> | 2016-02-25 03:19:52 -0500 |
---|---|---|
committer | Jeremiah Stuever <jstuever@redhat.com> | 2016-02-25 03:19:52 -0500 |
commit | c97701b725244c0ca61fa714bc849f36829c9799 (patch) | |
tree | 15c7c8e214d242939374c36c93dfe40d696c17b4 /inventory | |
parent | 72d7e9478812655d6034edcf7e41bec4129fc70b (diff) | |
download | openshift-c97701b725244c0ca61fa714bc849f36829c9799.tar.gz openshift-c97701b725244c0ca61fa714bc849f36829c9799.tar.bz2 openshift-c97701b725244c0ca61fa714bc849f36829c9799.tar.xz openshift-c97701b725244c0ca61fa714bc849f36829c9799.zip |
Rename variable to openshift_master_default_subdomain with backwards compatibility.
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.aep.example | 2 | ||||
-rw-r--r-- | inventory/byo/hosts.origin.example | 2 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example index 8cd4caac4..9a4c8885c 100644 --- a/inventory/byo/hosts.aep.example +++ b/inventory/byo/hosts.aep.example @@ -132,7 +132,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', #osm_api_server_args={'max-requests-inflight': ['400']} # default subdomain to use for exposed routes -#osm_default_subdomain=apps.test.example.com +#openshift_master_default_subdomain=apps.test.example.com # additional cors origins #osm_custom_cors_origins=['foo.example.com', 'bar.example.com'] diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index fffdcaab4..2bdaa6aaa 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -137,7 +137,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', #osm_api_server_args={'max-requests-inflight': ['400']} # default subdomain to use for exposed routes -#osm_default_subdomain=apps.test.example.com +#openshift_master_default_subdomain=apps.test.example.com # additional cors origins #osm_custom_cors_origins=['foo.example.com', 'bar.example.com'] diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 233c1c8e2..dfe4c123c 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -133,7 +133,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', #osm_api_server_args={'max-requests-inflight': ['400']} # default subdomain to use for exposed routes -#osm_default_subdomain=apps.test.example.com +#openshift_master_default_subdomain=apps.test.example.com # additional cors origins #osm_custom_cors_origins=['foo.example.com', 'bar.example.com'] |