diff --git a/CHANGELOG.md b/CHANGELOG.md index 029c81f..8dfab51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/recipes/common.rb b/recipes/common.rb index fa27a9e..e8e8f58 100644 --- a/recipes/common.rb +++ b/recipes/common.rb @@ -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'