Add Neutron variables shared with Octavia

In the case that the Octavia event streamer is enabled it needs to post
to the Neutron queue so the consumer in Neutron LBaaS can pick up
those events.

Change-Id: I00422b93d3ecfb672e967c2019424b64bc44ba66
Depends-On: I69d3d6d30e33878052f2c56b8c79a14cc4ec1b24
This commit is contained in:
German Eichberger 2017-10-25 08:31:33 -07:00
parent 1fe7d72139
commit 1c1ec38848
2 changed files with 8 additions and 8 deletions

View File

@ -25,3 +25,11 @@ neutron_service_region: "{{ service_region }}"
# Horizon consumes this var so it must be in the global vars namespace
neutron_plugin_type: ml2.lxb
# RPC - for Octavia event streamer.
neutron_rabbitmq_userid: neutron
neutron_rabbitmq_vhost: /neutron
neutron_rabbitmq_port: "{{ rabbitmq_port }}"
neutron_rabbitmq_servers: "{{ rabbitmq_servers }}"
neutron_rabbitmq_use_ssl: "{{ rabbitmq_use_ssl }}"
neutron_rabbitmq_host_group: "{{ rabbitmq_host_group }}"

View File

@ -16,14 +16,6 @@
# These are here rather than in neutron_all because
# both the os_ceilometer and os_neutron roles require them
# RPC
neutron_rabbitmq_userid: neutron
neutron_rabbitmq_vhost: /neutron
neutron_rabbitmq_port: "{{ rabbitmq_port }}"
neutron_rabbitmq_servers: "{{ rabbitmq_servers }}"
neutron_rabbitmq_use_ssl: "{{ rabbitmq_use_ssl }}"
neutron_rabbitmq_host_group: "{{ rabbitmq_host_group }}"
# Telemetry notifications
neutron_rabbitmq_telemetry_userid: "{{ neutron_rabbitmq_userid }}"
neutron_rabbitmq_telemetry_password: "{{ neutron_rabbitmq_password }}"