1 2 3 4 5 6 7 8 9 10 11
|
---
features:
- Configure keystonemiddleware in a consistent way with all options required for Keystone v3.
deprecations:
- cinder::api::auth_type is deprecated, use cinder::keystone::authtoken::auth_type instead.
- cinder::api::identity_uri is deprecated, use cinder::keystone::authtoken::auth_url instead.
- cinder::api::auth_uri is deprecated, use cinder::keystone::authtoken::auth_uri instead.
- cinder::api::keystone_tenant is deprecated, use cinder::keystone::authtoken::project_name instead.
- cinder::api::keystone_user is deprecated, use cinder::keystone::authtoken::username instead.
- cinder::api::keystone_password is deprecated, use cinder::keystone::authtoken::password instead.
- cinder::api::memcached_servers is deprecated, use cinder::keystone::authtoken::memcached_servers instead.
|