openstack-ansible/releasenotes/notes/custom_eventstreamer_queue_url-a1dcd1f6769816c5.yaml
Jean-Philippe Evrard 91cf1e88dc Freeze all SHAs for 17.0.0.0b2
This patch updates all the roles to the latest available stable
SHA's, copies the release notes from the updated roles into the
integrated repo.

Change-Id: Iebe2dfd5b1a1fd8977d13075dfe7f841e6e416a0
2017-12-09 15:05:35 +00:00

18 lines
787 B
YAML

---
features:
- |
A typical OSA install will put the neutron and octavia queues on different
vhosts thus preventing the event streamer from working While octavia is
streaming to its own queue the consumer on the neutron side listens to the
neutron queue. With a recent octavia enhancement a separate queue for the
event streamer can be configured. This patch will set up the event
streamer to post into the neutron queue using neutron's credentials. Thus
reaching the consumer on the neutron-lbaas side and allowing for
streaming.
security:
- |
Since we use neutron's credentials to access the queue, security conscious
people might want to set up an extra user for octavia on the neutron queue
restricted to the topics octavia posts to.