From e4318b2a988946f672fb7b6a4509b09c8c7eef88 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Fri, 3 Nov 2017 08:59:31 -0500 Subject: [PATCH] Fixing a few nits in release notes Change-Id: I135b8597c52d888e06dcdaf7197027d60b720dff --- ...stom_eventstreamer_queue_url-a1dcd1f6769816c5.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/releasenotes/notes/custom_eventstreamer_queue_url-a1dcd1f6769816c5.yaml b/releasenotes/notes/custom_eventstreamer_queue_url-a1dcd1f6769816c5.yaml index b5c07d7a..ce58dbe0 100644 --- a/releasenotes/notes/custom_eventstreamer_queue_url-a1dcd1f6769816c5.yaml +++ b/releasenotes/notes/custom_eventstreamer_queue_url-a1dcd1f6769816c5.yaml @@ -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