Updated from OpenStack Ansible Tests

Change-Id: Ie52ed02bf9f514cdf562468774c0b590e3cdc1f8
This commit is contained in:
OpenStack Proposal Bot 2019-04-13 20:22:10 +00:00
parent a53bdbc2d3
commit 6065912f3e

View File

@ -57,6 +57,8 @@
rabbitmq_vhost:
name: "{{ _oslomsg_notify_vhost }}"
state: "present"
when:
- _oslomsg_notify_vhost != _oslomsg_rpc_vhost
- name: Add Notify RabbitMQ user
rabbitmq_user:
@ -69,6 +71,8 @@
state: "present"
force: true
no_log: true
when:
- _oslomsg_notify_userid != _oslomsg_rpc_userid
- name: Setup RPC MQ Service (Qdrouterd)
delegate_to: "{{ _oslomsg_rpc_setup_host }}"