summaryrefslogtreecommitdiff
path: root/install-files/openstack/usr/share/openstack/keystone.yml
diff options
context:
space:
mode:
Diffstat (limited to 'install-files/openstack/usr/share/openstack/keystone.yml')
-rw-r--r--install-files/openstack/usr/share/openstack/keystone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/install-files/openstack/usr/share/openstack/keystone.yml b/install-files/openstack/usr/share/openstack/keystone.yml
index 00bcac1a..2fae4e98 100644
--- a/install-files/openstack/usr/share/openstack/keystone.yml
+++ b/install-files/openstack/usr/share/openstack/keystone.yml
@@ -134,9 +134,9 @@
name: keystone
type: identity
description: Keystone Identity Service
- publicurl: http://{{ CONTROLLER_HOST_ADDRESS }}:5000/v2.0
+ publicurl: http://{{ ansible_hostname }}:5000/v2.0
internalurl: http://{{ CONTROLLER_HOST_ADDRESS }}:5000/v2.0
- adminurl: http://{{ CONTROLLER_HOST_ADDRESS }}:35357/v2.0
+ adminurl: http://{{ ansible_hostname }}:35357/v2.0
region: regionOne
token: "{{ KEYSTONE_TEMPORARY_ADMIN_TOKEN }}"
endpoint: http://{{ CONTROLLER_HOST_ADDRESS }}:35357/v2.0