Merge "Use cinder.conf for auth_token configs."

This commit is contained in:
Jenkins 2013-10-18 14:45:33 +00:00 committed by Gerrit Code Review
commit 79f66542dc
2 changed files with 11 additions and 9 deletions

View File

@ -50,12 +50,3 @@ paste.filter_factory = cinder.api.middleware.auth:CinderKeystoneContext.factory
[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
service_protocol = http
service_host = {{keystone.host}}
service_port = 5000
auth_host = {{keystone.host}}
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = cinder
admin_password = {{cinder.service-password}}

View File

@ -28,3 +28,14 @@ qpid_port = 5672
qpid_username = {{username}}
qpid_password = {{password}}
{{/qpid}}
[keystone_authtoken]
service_protocol = http
service_host = {{keystone.host}}
service_port = 5000
auth_host = {{keystone.host}}
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = cinder
admin_password = {{cinder.service-password}}