File: authtoken-75874feee752aa5d.yaml

package info (click to toggle)
puppet-module-cinder 13.1.0-3%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,388 kB
  • sloc: ruby: 4,799; python: 40; makefile: 17; sh: 15
file content (11 lines) | stat: -rw-r--r-- 817 bytes parent folder | download | duplicates (6)
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.