openstack-ansible-rabbitmq_.../releasenotes/notes/rabbit_install_method-b1defcd376f3bf87.yaml
Dmitriy Rabotyagov 37c9bc026e Install rabbitmq from external_repo for all distros
This unifies the way of rabbitmq installation across all distros.
Also includes reno for deprecation of file installation method.

Change-Id: Idcf2d298e2808ef7b1a2160fc94cd6c1b5929182
2020-04-13 23:30:38 +03:00

14 lines
452 B
YAML

---
deprecations:
- |
`rabbitmq_install_method: file` is deprecated now and will be removed in
the Wallaby release. As for now supported options are only `external_repo`
and `distro`. Among with that the following variables are deprecated and
prepared for the removal:
* rabbitmq_package_url
* rabbitmq_package_sha256
* rabbitmq_package_path
Variable `rabbitmq_release_version` has been removed as not used anymore.