Updated from OpenStack Ansible Tests
Change-Id: Ia5a00bc9c23b64be12763eec4ac5a400b118e26e
This commit is contained in:
parent
48ab3f8bae
commit
f3f9f8b55e
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user