File: provider-system-scope-15d21fb50a8432f8.yaml

package info (click to toggle)
puppet-module-keystone 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,428 kB
  • sloc: ruby: 9,684; pascal: 295; python: 38; makefile: 10; sh: 10
file content (23 lines) | stat: -rw-r--r-- 654 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
upgrades:
  - |
    Now the following resource types require system scope credential instead
    of project scope credential when sending requests to Keystone API.

    - ``keystone_domain``
    - ``keystone_endpoint``
    - ``keystone_identity_provider``
    - ``keystone_role``
    - ``keystone_service``
    - ``keystone_tenant``
    - ``keystone_user_role``
    - ``keystone_user``

  - |
    The ``/etc/keystone/puppet.conf`` file has been replaced by
    the ``/etc/openstack/puppet/admin-clouds.yaml`` file.

deprecations:
  - |
    The ``keystone_puppet_config`` resource type has been deprecated and will
    be removed in a future release.