puppet-aodh/releasenotes/notes/add_transport_url_parameters-648f7e1e691eabe5.yaml
Andrew Smith 1d2c2e6cc1 Add transport_url parameters for oslo.messaging
This commit adds the transport_url parameters for oslo.messaging. The url is
of the form:

  transport::/user:pass@host:port/virtual_host

Where the transport scheme specifies the rpc or notification backend as one of
rabbit, amqp, zmq, etc. Oslo.messaging is deprecating the host, port and
auth configuration options [1]. All drivers will get these options via the
transport_url.

This patch:
* use oslo::messaging::default resource
* use olso::messaging::notifications resource
* add new parameters for transport_url(s)
* update spec tests for added parameters
* add feature release not

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

Change-Id: If9e028cbcd0db4b8e472cbcd11407807f2a8c198
2016-05-26 12:06:49 -04:00

3 lines
86 B
YAML

---
features:
- Add oslo.messaging transport_url parameters via puppet-oslo resource