tripleo-heat-templates/releasenotes/notes/deprecate-driver_handles_share_servers-d6af4e7c25c34c6e.yaml
Takashi Kajinami 41b50f5bfb Manila: Deprecate ineffctive *DriverHandlesShareServers
In puppet-manila, the driver_handlers_share_servers parameter have been
deprecated for some backends[1] because these backends can only accept
true or false and accpepting arbitrary value results in manila service
failing to start.
This change deprecate the corresponding parameters in template files so
that we can remove usage of these deprecated parameters.

[1] 4c365c9064845e73a1da0f868ebba5a00c6a5c7a

NOTE(stable/wallaby):
  The backport dealt with conflicts due to the changes in
   - deployment/manila/manila-backend-isilon.yaml
   - deployment/manila/manila-backend-vmax.yaml
   - deployment/manila/manila-backend-vnx.yaml
  that were introduced in xena:
  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/816737

  This deprecation change should be backported in order to introduce
  these deprecation removal changes:
  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/839358

Change-Id: I7cd02aa0f107e74ec35be3d1928d7aa661885d40
(cherry picked from commit 8a7201cd05)
2022-05-11 18:46:30 +00:00

9 lines
222 B
YAML

---
deprecations:
- |
The following parameters have been deprecated and have no effect.
- ManilaIsilonDriverHandlesShareServers
- ManilaVNXDriverHandlesShareServers
- ManilaVMAXDriverHandlesShareServers