File: provider-system-scope-cb9a22337ffe738d.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 (14 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
upgrade:
  - |
    Now the ``manila_type`` resource type uses system scope credential instead
    of project scope credential when sending requests to Manila API.

deprecations:
  - |
    Currently the manila_type`` resource type uses the credential written in
    the ``[keystone_authtoken]`` section of ``manila.conf``. However this
    behavior has been deprecated and now the resource type first looks for
    the yaml files in ``/etc/openstack/puppet``. Make sure one of
    ``clouds.yaml`` or ``admin-clouds.yaml`` (which is created by
    puppet-keystone) is created in that directory.