diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-25 17:04:35 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-25 17:04:35 -0500 |
commit | b9a364c1025e1c3075ac2bc8e26f3ceb4d42cb2b (patch) | |
tree | 0703e7a45345f5d59be4889312c80e442e8be771 /inventory | |
parent | f8e0a3aded3bd96368971236e1e1c7a16d29929a (diff) | |
parent | c97701b725244c0ca61fa714bc849f36829c9799 (diff) | |
download | openshift-b9a364c1025e1c3075ac2bc8e26f3ceb4d42cb2b.tar.gz openshift-b9a364c1025e1c3075ac2bc8e26f3ceb4d42cb2b.tar.bz2 openshift-b9a364c1025e1c3075ac2bc8e26f3ceb4d42cb2b.tar.xz openshift-b9a364c1025e1c3075ac2bc8e26f3ceb4d42cb2b.zip |
Merge pull request #1495 from jstuever/rename_osm_default_subdomain
Rename variable to openshift_master_default_subdomain
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 2bb50e97c..637f13be6 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 c529a46d5..c30f65f9f 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 a40082dcb..b51569e68 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'] |