Use internal identity endpoint for services

Depends-On: Id74966d9f1279f725bc41c08e434230a7845bbc1
Change-Id: I13570720f499220685415735be531a4d9b693ab8
This commit is contained in:
Samuel Cassiba 2018-07-16 12:39:27 -07:00
parent ca1e49141d
commit 1852e73c10
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ end
include_recipe 'openstack-identity'
platform_options = node['openstack']['dashboard']['platform']
identity_endpoint = public_endpoint 'identity'
auth_url = auth_uri_transform identity_endpoint.to_s, node['openstack']['api']['auth']['version']
identity_endpoint = internal_endpoint 'identity'
auth_url = ::URI.decode identity_endpoint.to_s
http_bind = node['openstack']['bind_service']['dashboard_http']
http_bind_address = bind_address http_bind