fix path keystonemiddleware

This commit is contained in:
Alena Holanova 2016-03-01 14:20:25 +01:00
parent 88a90ce745
commit d9563f6848
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ use = egg:swift#crossdomain
{%- if proxy.identity is defined %}
[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
auth_url = http://{{ proxy.identity.host }}:35357/
auth_uri = http://{{ proxy.identity.host }}:5000/
tenant_name = {{ proxy.identity.tenant }}