Merge "Add cinder_enpoint_type option in trove"

This commit is contained in:
Zuul 2018-01-17 08:38:20 +00:00 committed by Gerrit Code Review
commit e7b3bd0358
2 changed files with 2 additions and 0 deletions
ansible/roles/trove/templates

@ -16,6 +16,7 @@ os_region_name = {{ openstack_region_name }}
nova_compute_endpoint_type = internalURL
neutron_endpoint_type = internalURL
cinder_endpoint_type = internalURL
swift_endpoint_type = internalURL
glance_endpoint_type = internalURL
trove_endpoint_type = internalURL

@ -18,6 +18,7 @@ os_region_name = {{ openstack_region_name }}
nova_compute_endpoint_type = internalURL
neutron_endpoint_type = internalURL
cinder_endpoint_type = internalURL
swift_endpoint_type = internalURL
glance_endpoint_type = internalURL
trove_endpoint_type = internalURL