Merge "Fixing a few nits in release notes"

This commit is contained in:
Zuul 2017-11-03 19:50:28 +00:00 committed by Gerrit Code Review
commit 3049205570

View File

@ -2,12 +2,13 @@
features:
- |
A typical OSA install will put the neutron and octavia queues on different
vhosts thus preventing the event streamer from working While Octavis is
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.
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