Updated from OpenStack Ansible Tests
Change-Id: Ia6feeb3a386026e88b9557ecc9448f11084f2375
This commit is contained in:
parent
2250c537e8
commit
03b0aaf019
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user