Updated from OpenStack Ansible Tests

Change-Id: I485dbf24fbb69773c2bf9a9fa1e6328cf751ea8e
This commit is contained in:
OpenStack Proposal Bot 2019-06-18 18:16:07 +00:00
parent b45a1b91b5
commit 14dbc319bb
1 changed files with 1 additions and 1 deletions

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