Merge "Default MQ RPC/Notify credentials/vhosts to match"
This commit is contained in:
commit
f7fb13abed
@ -231,8 +231,9 @@ neutron_oslomsg_notify_transport: "{{ oslomsg_notify_transport | default('rabbit
|
|||||||
neutron_oslomsg_notify_servers: "{{ oslomsg_notify_servers | default('127.0.0.1') }}"
|
neutron_oslomsg_notify_servers: "{{ oslomsg_notify_servers | default('127.0.0.1') }}"
|
||||||
neutron_oslomsg_notify_port: "{{ oslomsg_notify_port | default('5672') }}"
|
neutron_oslomsg_notify_port: "{{ oslomsg_notify_port | default('5672') }}"
|
||||||
neutron_oslomsg_notify_use_ssl: "{{ oslomsg_notify_use_ssl | default(False) }}"
|
neutron_oslomsg_notify_use_ssl: "{{ oslomsg_notify_use_ssl | default(False) }}"
|
||||||
neutron_oslomsg_notify_userid: neutron
|
neutron_oslomsg_notify_userid: "{{ neutron_oslomsg_rpc_userid }}"
|
||||||
neutron_oslomsg_notify_vhost: /neutron
|
neutron_oslomsg_notify_password: "{{ neutron_oslomsg_rpc_password }}"
|
||||||
|
neutron_oslomsg_notify_vhost: "{{ neutron_oslomsg_rpc_vhost }}"
|
||||||
|
|
||||||
|
|
||||||
###
|
###
|
||||||
|
Loading…
Reference in New Issue
Block a user