File: authtoken-4c9708f4e3b9605d.yaml

package info (click to toggle)
puppet-module-manila 21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,512 kB
  • sloc: ruby: 4,738; python: 38; makefile: 10; sh: 10
file content (24 lines) | stat: -rw-r--r-- 1,073 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
features:
  - Added manila::keystone::authtoken class to configure the
    keystone_authtoken section in configuration file with all
    keystone middleware parameters.
deprecations:
  - manila::api::keystone_user is deprecated in favor of
    manila::keystone::authtoken::username
  - manila::api::keystone_tenant is deprecated in favor of
    manila::keystone::authtoken::project_name
  - manila::api::keystone_password is deprecated in favor of
    manila::keystone::authtoken::password
  - manila::api::keystone_auth_uri is deprecated in favor of
    manila::keystone::authtoken::auth_uri
  - manila::api::keystone_auth_admin_prefix is deprecated and will be removed
    in a future release
  - manila::api::keystone_auth_host is deprecated and will be removed
    in a future release
  - manila::api::keystone_auth_port is deprecated and will be removed
    in a future release
  - manila::api::keystone_auth_protocol is deprecated and will be removed
    in a future release
  - manila::api::service_port is deprecated and will be removed
    in a future release