Updated from OpenStack Ansible Tests

Change-Id: I486e29b7d0d0f6ffc403c4e6b25b95641a1691fc
This commit is contained in:
OpenStack Proposal Bot 2019-06-18 18:15:52 +00:00
parent 34d4a4f20e
commit 9cd0e97dbc

View File

@ -86,12 +86,12 @@
rabbitmq_user:
user: "{{ _oslomsg_notify_userid }}"
password: "{{ _oslomsg_notify_password }}"
update_password: always
vhost: "{{ _oslomsg_notify_vhost }}"
configure_priv: ".*"
read_priv: ".*"
write_priv: ".*"
state: "present"
force: true
no_log: true
when:
- (_oslomsg_rpc_userid is undefined) or