File: provider-deprecate-at-params-d688fca46bafe562.yaml

package info (click to toggle)
puppet-module-neutron 25.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,708 kB
  • sloc: ruby: 12,680; python: 38; sh: 15; makefile: 10
file content (16 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
deprecations:
  - |
    The following resource types have been using the credential written in
    the ``[keystone_authtoken]`` section of ``neutron.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.

    - ``neutron_network``
    - ``neutron_subnet``
    - ``neutron_port``
    - ``neutron_router``
    - ``neutron_router_interface``
    - ``neutron_security_group``