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:
1 changed files with 2 additions and 2 deletions
@@ -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
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.