puppet-neutron/releasenotes/notes/add_messaging_transport_url-15c22b42e7e929de.yaml
Andrew Smith df77db2909 Add transport_url parameter for oslo.messaging
This commit adds the transport_url parameter for oslo.messaging. The
url is of the form:

  transport://user:pass@host1:port[,hostN:portN]/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
* add parameter for transport_url
* update spec test
* add feature release note

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

Change-Id: I210c2c6c87600f3bd92e23d23b630f297220e091
2016-05-27 15:27:36 -04:00

3 lines
85 B
YAML

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