try dropping this

This commit is contained in:
Kevin Fenzi 2017-05-11 14:29:52 +00:00
parent 7bdf500792
commit 711eb4b438

View file

@ -236,10 +236,8 @@ openshift_master_cluster_public_hostname={{openshift_cluster_url}}
# default subdomain to use for exposed routes
{% if openshift_app_subdomain is defined %}
{% if openshift_app_subdomain %}
openshift_master_default_subdomain={{openshift_app_subdomain}}
{% endif %}
{% endif %}
# additional cors origins
#osm_custom_cors_origins=['foo.example.com', 'bar.example.com']
@ -792,4 +790,4 @@ openshift_master_default_subdomain={{openshift_app_subdomain}}
{% endfor %}
{% for host in groups[openshift_cluster_nodes_group] %}
{{ host }} openshift_node_labels="{'region': 'primary', 'zone': 'default'}"
{% endfor %}
{% endfor %}