Browse Source

Fix references to openshift_set_node_ip in inventory examples

germansosa 8 years ago
parent
commit
bc2f5e9138
2 changed files with 2 additions and 2 deletions
  1. 1 1
      inventory/byo/hosts.origin.example
  2. 1 1
      inventory/byo/hosts.ose.example

+ 1 - 1
inventory/byo/hosts.origin.example

@@ -633,7 +633,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 # Configure nodeIP in the node config
 # This is needed in cases where node traffic is desired to go over an
 # interface other than the default network interface.
-#openshift_node_set_node_ip=True
+#openshift_set_node_ip=True
 
 # Force setting of system hostname when configuring OpenShift
 # This works around issues related to installations that do not have valid dns

+ 1 - 1
inventory/byo/hosts.ose.example

@@ -634,7 +634,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 # Configure nodeIP in the node config
 # This is needed in cases where node traffic is desired to go over an
 # interface other than the default network interface.
-#openshift_node_set_node_ip=True
+#openshift_set_node_ip=True
 
 # Force setting of system hostname when configuring OpenShift
 # This works around issues related to installations that do not have valid dns