Fix WARNING keystoneclient.middleware.auth_token is deprecated
* update api-paste.ini Change-Id: I4c7ef9bc891ba7e36ceeb7590a825df7efed89f9 Closes-Bug: #1365694
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user