summaryrefslogtreecommitdiff
path: root/install-files/openstack/usr/share/openstack/cinder-db.yml
diff options
context:
space:
mode:
Diffstat (limited to 'install-files/openstack/usr/share/openstack/cinder-db.yml')
-rw-r--r--install-files/openstack/usr/share/openstack/cinder-db.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/install-files/openstack/usr/share/openstack/cinder-db.yml b/install-files/openstack/usr/share/openstack/cinder-db.yml
index 5f89da37..24e4980f 100644
--- a/install-files/openstack/usr/share/openstack/cinder-db.yml
+++ b/install-files/openstack/usr/share/openstack/cinder-db.yml
@@ -22,7 +22,7 @@
name: cinder
type: volume
description: Openstack Block Storage
- publicurl: 'http://{{ CONTROLLER_HOST_ADDRESS }}:8776/v1/%(tenant_id)s'
+ publicurl: 'http://{{ ansible_hostname }}:8776/v1/%(tenant_id)s'
internalurl: 'http://{{ CONTROLLER_HOST_ADDRESS }}:8776/v1/%(tenant_id)s'
adminurl: 'http://{{ CONTROLLER_HOST_ADDRESS }}:8776/v1/%(tenant_id)s'
region: regionOne
@@ -33,7 +33,7 @@
name: cinderv2
type: volumev2
description: Openstack Block Storage
- publicurl: 'http://{{ CONTROLLER_HOST_ADDRESS }}:8776/v2/%(tenant_id)s'
+ publicurl: 'http://{{ ansible_hostname }}:8776/v2/%(tenant_id)s'
internalurl: 'http://{{ CONTROLLER_HOST_ADDRESS }}:8776/v2/%(tenant_id)s'
adminurl: 'http://{{ CONTROLLER_HOST_ADDRESS }}:8776/v2/%(tenant_id)s'
region: regionOne