From 270152b494f99e3d3533c01a96fc1e60ce76ce41 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 11 May 2017 14:33:09 +0000 Subject: [PATCH] humm... --- .../templates/cluster-inventory.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 index 572342c20f..61ed82764c 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 @@ -235,9 +235,7 @@ openshift_master_cluster_public_hostname={{openshift_cluster_url}} #osm_api_server_args={'max-requests-inflight': ['400']} # default subdomain to use for exposed routes -{% if openshift_app_subdomain is defined %} openshift_master_default_subdomain={{openshift_app_subdomain}} -{% endif %} # additional cors origins #osm_custom_cors_origins=['foo.example.com', 'bar.example.com']