Fix WARNING keystoneclient.middleware.auth_token is deprecated

* update api-paste.ini

Change-Id: I4c7ef9bc891ba7e36ceeb7590a825df7efed89f9
Closes-Bug: #1365694
This commit is contained in:
Mark Vanderwiel
2014-09-04 15:25:21 -05:00
parent 43553e0e17
commit 6587198c3f
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ This file is used to list changes made in each version of the openstack-block-st
# Update cinder.conf mode from 0644 to 0640
* Add attribute for ibmnas_platform_type
* Update deprecated keystoneclient.middleware.auth_token in api-paste.ini
## 10.0.0
* Upgrading to Juno
* Sync conf files with Juno

View File

@@ -54,4 +54,4 @@ paste.app_factory = cinder.api.versions:Versions.factory
paste.filter_factory = cinder.api.middleware.auth:CinderKeystoneContext.factory
[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
paste.filter_factory = keystonemiddleware.auth_token:filter_factory