File: provider-system-scope-f4b1966755c2277e.yaml

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 10
file content (22 lines) | stat: -rw-r--r-- 730 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
---
upgrade:
  - |
    Now the following resource types uses system scope credentail instead of
    project scope credential when sending requests to Nova API.

    - ``nova_aggregate``
    - ``nova_flavor``
    - ``nova_service``

deprecations:
  - |
    The following resource types have been using the credential written in
    the ``[keystone_authtoken]`` section of ``nova.conf``. However this
    behavior has been deprecated and now these resource types first look 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.

    - ``nova_aggregate``
    - ``nova_flavor``
    - ``nova_service``