From 847996632a0f631b95216e6708db04b2c04e1019 Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Wed, 29 Nov 2017 14:34:22 +0100 Subject: Update the doc text --- playbooks/openstack/sample-inventory/inventory.py | 1 + 1 file changed, 1 insertion(+) (limited to 'playbooks/openstack/sample-inventory') diff --git a/playbooks/openstack/sample-inventory/inventory.py b/playbooks/openstack/sample-inventory/inventory.py index 6fa219f22..ad3fd936b 100755 --- a/playbooks/openstack/sample-inventory/inventory.py +++ b/playbooks/openstack/sample-inventory/inventory.py @@ -91,6 +91,7 @@ def build_inventory(): # performance issues. hostvars['openshift_ip'] = server.private_v4 hostvars['openshift_hostname'] = server.private_v4 + hostvars['openshift_public_hostname'] = server.name node_labels = server.metadata.get('node_labels') if node_labels: -- cgit v1.2.3