File: neutron-manifest-8fbe400720ffc60e.yaml

package info (click to toggle)
puppet-module-ironic 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,664 kB
  • sloc: ruby: 5,888; python: 38; sh: 10; makefile: 10
file content (17 lines) | stat: -rw-r--r-- 692 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
features:
  - |
    New manifest "ironic::neutron" to set parameters for connecting to neutron.
    Please set credentials for ironic to access neutron using this manifest,
    otherwise ironic falls back to using "keystone_authtoken" credentials,
    which are deprecated for this purpose.
deprecations:
  - |
    Parameter "ironic::api::neutron_url" is deprecated, use
    "ironic::neutron::api_endpoint" instead.
upgrade:
  - |
    Value of "ironic::neutron::api_endpoint" parameter (former
    "ironic::api::neutron_url") was reset to the service default. The default
    of "127.0.0.1:9696" was often wrong, without it ironic will fetch the
    corrent one from the service catalog.