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: Ibb937fa81aeaeba403775e78b76bdac348e05127
Partial-Bug: 1412919
This commit is contained in:
Ken Thomas 2015-02-03 21:03:46 +00:00
parent aab5d086d8
commit 89dd7aebdf
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ This file is used to list changes made in each version of cookbook-openstack-orc
* Allow domain id as attribute
* Add rabbit_ha_queues=True when rabbit HA is enabled
* Use common specific_endpoint routines (bug 1412919)
* Use identity-internal endpoint (bug 1412919)
## 9.2.0
* python_packages database client attributes have been migrated to

View File

@ -53,7 +53,7 @@ db_user = node['openstack']['db']['orchestration']['username']
db_pass = get_password 'db', 'heat'
sql_connection = db_uri('orchestration', db_user, db_pass)
identity_endpoint = internal_endpoint 'identity-api'
identity_endpoint = internal_endpoint 'identity-internal'
identity_admin_endpoint = admin_endpoint 'identity-admin'
heat_api_bind = internal_endpoint 'orchestration-api-bind'
heat_api_endpoint = internal_endpoint 'orchestration-api'