Use identity-internal instead of public endpoint

The discussion on using identity-internval vs the public
identity-api endpoint can be found here:
https://groups.google.com/forum/#!topic/opscode-chef-openstack/an9rydsrC0k

Change-Id: Ic3a1b4914aeb095b4e9b37d5d4f4275bfa970edc
Partial-Bug: 1412919
This commit is contained in:
Ken Thomas 2015-02-03 20:36:01 +00:00
parent dcaeffd75c
commit 013f010d55
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ h_algorithms to be configurable
* Allow rabbit_hosts and rabbit_ha_queues to be configurable
* Allow dbsync_timeout to be configurable
* Use common specific_endpoint routines (bug 1412919)
* Use identity-internal endpoint (bug 1412919)
## 10.0.0
* Upgrading to Juno

View File

@ -61,7 +61,7 @@ service_user = node['openstack']['telemetry']['service_user']
service_pass = get_password 'service', 'openstack-ceilometer'
service_tenant = node['openstack']['telemetry']['service_tenant_name']
identity_endpoint = internal_endpoint 'identity-api'
identity_endpoint = internal_endpoint 'identity-internal'
identity_admin_endpoint = admin_endpoint 'identity-admin'
image_endpoint = internal_endpoint 'image-api'
telemetry_api_bind = endpoint 'telemetry-api-bind'