octavia/releasenotes/notes/custom_eventstreamer_queue_url-7a98bd6a7e92e9de.yaml
German Eichberger 060fcc1503 Make the event streamer transport URL configurable
This adds a way to configure the event streamer transport URL
so it can post to a different queue, e.g. Neutron's

Change-Id: I69d3d6d30e33878052f2c56b8c79a14cc4ec1b24
2017-10-25 10:52:48 -07:00

17 lines
663 B
YAML

---
features:
- |
In some enviornments (e.g. OSA) Neutron and Octavia use different queues
(at least different vhosts) and so if Octavia posts to the Octavia queue
and Neutron listens on the Neutron queue the events will never make it
over.
This adds a way to configure a custom queue for the event streamer thus
allowing to post messages to the Neutron queue if needed.
security:
- |
Depending on how the other queue is set up additional passwords for the
other queue will be in the Octavia config file. Operators should take care
of setting up appropriate users with appropriate restrictions to the
topic(s) needed.