puppet-trove/releasenotes/notes/remove-deprecated-rabbit-params-guestagent-4f0178bdfac9ffd9.yaml
Tobias Urdin 08f3eca1ee Remove deprecated rabbit params in guestagent
This revemos the deprecated options rabbit_host,
rabbit_hosts and rabbit_port params in the
trove::guestagent class.

Changes the guestagent config file to use the
transport_url instead of the rabbit options. [1]

[1] https://review.openstack.org/#/c/609981/

Change-Id: I2f102eb15fe59459ab1eed2e4cf87ad3c54d5c78
2018-10-21 18:05:41 +02:00

10 lines
283 B
YAML

---
fixes:
- |
The guestagent config now sets the transport_url instead of the removed
rabbit options.
upgrade:
- |
The deprecated rabbit_host, rabbit_hosts and rabbit_port parameters in
trove::guestagent is now removed, please use default_transport_url instead.