summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-11-07 16:38:42 -0500
committerScott Dodson <sdodson@redhat.com>2016-11-07 16:49:17 -0500
commit0cd7191cd788d2e6b0ec8d3c5f52562433ed8a13 (patch)
tree48ff94cfa090a2928224b366b63eaa45792df9bb /roles
parent90345971adfb4385c8336e5e3a6ae6487a809bac (diff)
downloadopenshift-0cd7191cd788d2e6b0ec8d3c5f52562433ed8a13.tar.gz
openshift-0cd7191cd788d2e6b0ec8d3c5f52562433ed8a13.tar.bz2
openshift-0cd7191cd788d2e6b0ec8d3c5f52562433ed8a13.tar.xz
openshift-0cd7191cd788d2e6b0ec8d3c5f52562433ed8a13.zip
Revert "Fix the nodeName of the OpenShift nodes on OpenStack"
This reverts commit aaaf82ba6032d0b1e9c36a39a7eda25b8c5f4b84.
Diffstat (limited to 'roles')
-rwxr-xr-xroles/openshift_facts/library/openshift_facts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py
index 4e68d9710..645dfdd95 100755
--- a/roles/openshift_facts/library/openshift_facts.py
+++ b/roles/openshift_facts/library/openshift_facts.py
@@ -1293,7 +1293,7 @@ def apply_provider_facts(facts, provider_facts):
facts['common'][h_var] = choose_hostname(
[provider_facts['network'].get(h_var)],
- facts['common'][h_var]
+ facts['common'][ip_var]
)
facts['provider'] = provider_facts