Clarify the octavia-neutron event stream config options

For the sake of clarifying the purpose of the vars from a
different namespace, the description comments are updated.

The default value for the password is removed, as passwords
should never have a default value. Role tests have the value
popoulated, as does the integrated repo test.

Change-Id: I9d67717bf5b15fa3b38020ed846ed0b5937aadd0
This commit is contained in:
Jesse Pretorius 2018-07-30 17:40:44 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 7783857675
commit 53771fa622

View File

@ -258,15 +258,18 @@ octavia_event_streamer: False
# Enable provisioning status sync with neutron db
octavia_sync_provisioning_status: False
# OSA is architected to use vHosts for queues so we need to post events
# into the Neutron queue for them to be picked up
# For convenience, we make use of the neutron message vhost
# for the LBAAS event stream. We could make a completely
# seperate vhost, but the old LBAAS functionality is
# deprecated so it's a bit pointless unless there is demand
# for doing it. As such, we provide these defaults here for
# the template to use.
neutron_oslomsg_rpc_userid: neutron
neutron_oslomsg_rpc_vhost: /neutron
neutron_oslomsg_rpc_transport: rabbit
neutron_oslomsg_rpc_port: 5672
neutron_oslomsg_rpc_servers: 127.0.0.1
neutron_oslomsg_rpc_use_ssl: False
neutron_oslomsg_rpc_password: changeme
neutron_oslomsg_rpc_transport: "{{ octavia_oslomsg_rpc_transport }}"
neutron_oslomsg_rpc_port: "{{ octavia_oslomsg_rpc_port }}"
neutron_oslomsg_rpc_servers: "{{ octavia_oslomsg_rpc_servers }}"
neutron_oslomsg_rpc_use_ssl: "{{ octavia_oslomsg_rpc_use_ssl }}"
# For additional security use a different user on the Neutron queue
# for Octavia with restricted access to only the event streamer