Merge "Default MQ RPC/Notify credentials/vhosts to match"

This commit is contained in:
Zuul 2018-10-10 07:32:35 +00:00 committed by Gerrit Code Review
commit c4af5ccf9c
1 changed files with 3 additions and 2 deletions

View File

@ -139,8 +139,9 @@ blazar_oslomsg_notify_transport: "{{ oslomsg_notify_transport | default('rabbit'
blazar_oslomsg_notify_servers: "{{ oslomsg_notify_servers | default('127.0.0.1') }}"
blazar_oslomsg_notify_port: "{{ oslomsg_notify_port | default('5672') }}"
blazar_oslomsg_notify_use_ssl: "{{ oslomsg_notify_use_ssl | default(False) }}"
blazar_oslomsg_notify_userid: blazar
blazar_oslomsg_notify_vhost: /blazar
blazar_oslomsg_notify_userid: "{{ blazar_oslomsg_rpc_userid }}"
blazar_oslomsg_notify_vhost: "{{ blazar_oslomsg_rpc_vhost }}"
blazar_oslomsg_notify_password: "{{ blazar_oslomsg_rpc_password }}"
blazar_role_name: admin
blazar_bind_address: 0.0.0.0