Updated from OpenStack Ansible Tests

Change-Id: I92b572e0a6471eba8289f6fc9c366662b073b6ad
This commit is contained in:
OpenStack Proposal Bot 2019-04-13 20:23:36 +00:00
parent cb497e8851
commit 97f2e8e906
1 changed files with 4 additions and 0 deletions

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 }}"