puppet-ironic/releasenotes/notes/cleanup-inspector-opts-d1a74ddabe494bcd.yaml
Takashi Kajinami d1f63388d4 inspector: Remove deprecated ironic/swift parameters
These parameters were deprecated during Ussuri cycle by [1] in favor of
the independent classes to manage ironic/swift parameters.

[1] 762804b38e
Change-Id: I48a138934a896b20e714a3c73a24199d023b4236
2022-01-25 19:23:52 +09:00

30 lines
818 B
YAML

---
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``