Skip to content

Commit

Permalink
Merge pull request openshift#1510 from smunilla/rename_to_openshift_m…
Browse files Browse the repository at this point in the history
…aster_default_subdomain

a-o-i: Rename osm_default_subdomain
  • Loading branch information
brenton committed Feb 26, 2016
2 parents 58b233e + f19e146 commit 6a1b6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/src/ooinstall/openshift_ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def write_inventory_vars(base_inventory, multiple_masters, proxy):
"openshift_master_cluster_public_hostname={}\n".format(proxy.public_hostname))
if CFG.settings.get('master_routingconfig_subdomain', False):
base_inventory.write(
"osm_default_subdomain={}\n".format(CFG.settings['master_routingconfig_subdomain']))
"openshift_master_default_subdomain={}\n".format(CFG.settings['master_routingconfig_subdomain']))



Expand Down

0 comments on commit 6a1b6a8

Please sign in to comment.