puppet-cinder/releasenotes/notes/remove-deprecated-params-b1a3fa4eda688331.yaml
Tobias Urdin 3f28feae08 Remove deprecated params and drivers
This patch does a lot of cleanup in the cinder module.
It does the following:

* Removes all deprecated parameters that can be removed
  in this release.

* Removes the bdd (block device driver) that is removed
  from cinder [1].

* Adds deprecation notices for cinder::type and
  cinder::type_set classes that had a comment about it.

[1] 711e88a8f9

Change-Id: Ic75547396ddf3e553023583d987500f77909d277
2019-08-28 09:41:01 +02:00

35 lines
1.6 KiB
YAML

---
upgrade:
- |
The deprecated parameter cinder::api::keymgr_api_class is removed.
Please use the cinder::api::keymgr_backend parameter.
- |
The deprecated parameters nova_catalog_info, os_privileged_user_name,
os_privileged_user_password, os_privileged_user_tenant, os_privileged_user_auth_url
and privileged_user in cinder::api is removed.
- |
The deprecated cinder::backend::bdd block device driver is removed.
- |
The deprecated parameters excluded_domain_ip, iscsi_ip_address and iscsi_port in
cinder::backend::dellsc_iscsi is removed.
Please use the excluded_domain_ips, target_ip_address and target_port parameters.
- |
The deprecated parameter storage_vnx_pool_name in cinder::backend::emc_vnx is removed.
Please use the storage_vnx_pool_names parameter.
- |
The deprecated parameters iscsi_ip_address, iscsi_helper and iscsi_protocol in
cinder::backend::iscsi is removed. Please use target_ip_address, target_helper
and target_protocol.
- |
The deprecated parameter cinder::glance::glance_api_version is removed.
- |
The deprecated parameters configure_endpoint, public_url, internal_url, admin_url,
service_name, service_type and service_description in cinder::keystone::auth is removed.
These were used to configure Cinder V1 which is removed, see corresponding parameters
for Cinder V2 and Cinder V3.
deprecations:
- |
The cinder::type_set class is deprecated, please use the cinder_type resource.
- |
The cinder::type class is deprecated, please use the cinder_type resource.