Update auth_uri / identity_uri

While testing glance + swift, I noticed that the glance-api.conf and
glance-registry.conf being dropped had incorrect auth_uri /
identity_uri values set. This change updates auth_uri / identity_uri
throughout to point to the correct keystone_service_adminuri /
keystone_service_internalurl variables.
Change-Id: I3cbbfefe7da54b08bb9a55e4a2ca3a8bd786577d
Closes-Bug: 1425099
This commit is contained in:
Matt Thompson
2015年02月24日 14:32:51 +00:00
parent fdd1c4c689
commit 93ebd5944b

View File

@@ -149,8 +149,8 @@ enabled = True
[keystone_authtoken]
signing_dir = {{ nova_system_home_folder }}/cache/api
identity_uri = {{ keystone_service_internaluri }}
auth_uri = {{ keystone_service_internaluri }}
identity_uri = {{ keystone_service_adminuri }}
auth_uri = {{ keystone_service_internalurl }}
admin_tenant_name = {{ nova_service_tenant_name }}
admin_user = {{ nova_service_user_name }}
admin_password = {{ nova_service_password }}
Reference in New Issue
openstack/openstack-ansible-os_nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.