Set auth_uri for keystoneclient authtoken

Updates are authtoken middleware settings so we configure auth_uri.
This resolves several log WARNINGs that appear when the config
isn't set.

Ideally keystoneclient would set auth_uri automatically.
A known issue...  see keystone bug #1207517

Change-Id: I0b8ce0a52d1c094c18aae85f76acf5fc33b814b7
This commit is contained in:
Dan Prince
2013-12-10 16:12:31 -05:00
parent b6a910b84c
commit d6716ad52d
7 changed files with 7 additions and 0 deletions

View File

@@ -39,3 +39,4 @@ auth_protocol = http
admin_tenant_name = service
admin_user = cinder
admin_password = {{cinder.service-password}}
auth_uri = http://{{keystone.host}}:5000/v2.0

View File

@@ -82,6 +82,7 @@ auth_protocol = http
admin_tenant_name = service
admin_user = glance
admin_password = {{glance.service-password}}
auth_uri = http://{{keystone.host}}:5000/v2.0
[paste_deploy]
flavor = keystone

View File

@@ -24,6 +24,7 @@ auth_protocol = http
admin_tenant_name = service
admin_user = glance
admin_password = {{glance.service-password}}
auth_uri = http://{{keystone.host}}:5000/v2.0
[paste_deploy]
flavor = keystone

View File

@@ -17,6 +17,7 @@ auth_protocol=http
admin_password={{ironic.service-password}}
admin_tenant_name=service
admin_user=ironic
auth_uri = http://{{keystone.host}}:5000/v2.0
[glance]
host={{glance.host}}

View File

@@ -54,3 +54,4 @@ admin_tenant_name = service
admin_user = neutron
admin_password = {{neutron.service-password}}
signing_dir = /var/lib/neutron/keystone-signing
auth_uri = http://{{keystone.host}}:5000/v2.0

View File

@@ -128,3 +128,4 @@ auth_protocol = http
admin_tenant_name = service
admin_user = nova
signing_dir = /tmp/keystone-signing-nova
auth_uri = http://{{keystone.host}}:5000/v2.0

View File

@@ -31,3 +31,4 @@ auth_protocol = http
admin_tenant_name = service
admin_user = swift
admin_password = {{swift.service-password}}
auth_uri = http://{{keystone.host}}:5000/v2.0