File: cleanup-inspector-opts-d1a74ddabe494bcd.yaml

package info (click to toggle)
puppet-module-ironic 27.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,612 kB
  • sloc: ruby: 5,990; python: 33; makefile: 10; sh: 10
file content (29 lines) | stat: -rw-r--r-- 818 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
upgrade:
  - |
    The following parameters of the ``ironic::inspector`` class have been
    removed. Use the ``ironic::inspector::swift`` class instead.

    - ``swift_auth_type``
    - ``swift_username``
    - ``swift_password``
    - ``swift_tenant_name``
    - ``swift_project_domain_name``
    - ``swift_user_domain_name``
    - ``swift_auth_url``
    - ``swift_container``

  - |
    The following parameters of the ``ironic::inspector`` class have been
    removed. Use the ``ironic::inspector::ironic`` class instead.

    - ``ironic_auth_type``
    - ``ironic_username``
    - ``ironic_password``
    - ``ironic_tenant_name``
    - ``ironic_project_domain_name``
    - ``ironic_user_domain_name``
    - ``ironic_auth_url``
    - ``ironic_url``
    - ``ironic_max_retries``
    - ``ironic_retry_interval``