08f3eca1ee
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
10 lines
283 B
YAML
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.
|