Updated from OpenStack Ansible Tests

Change-Id: I9b76d1b6a2ae4b156b3fb84132df8a52e6ba51c5
This commit is contained in:
OpenStack Proposal Bot 2019-06-18 18:15:33 +00:00
parent 9fe530073d
commit e3ea25ea95
1 changed files with 1 additions and 1 deletions

View File

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