puppet-manila/releasenotes/notes/remove-nova-neutron-with-keystonev2-d10ce348a2729c83.yaml
Takashi Kajinami 824499f377 Cleanup deprecared parameters for nova and neutron
... because they were deprecated a while ago[1].

[1] 5ae8e2882b3e8229ea0007938315f5145e4f5f8a
Change-Id: Ia64745e5043e4661d38773119673c3a908c62566
2020-04-26 16:54:43 +00:00

30 lines
778 B
YAML

---
deprecations:
- |
The following parameters in ``manila::compute::nova`` class have been
removed.
- ``nova_catalog_info``
- ``nova_catalog_admin_info``
- ``nova_api_insecure``
- ``nova_ca_certificates_file``
- ``nova_admin_username``
- ``nova_admin_password``
- ``nova_admin_tenant_name``
- ``nova_admin_auth_url``
- |
The following parameters in ``manila::network::neutron`` class have been
removed.
- ``neutron_api_insecure``
- ``neutron_ca_certificates_file``
- ``neutron_url``
- ``neutron_url_timeout``
- ``neutron_admin_username``
- ``neutron_admin_password``
- ``neutron_admin_tenant_name``
- ``neutron_region_name``
- ``neutron_admin_auth_url``
- ``neutron_auth_strategy``