Updated from OpenStack Ansible Tests

Change-Id: I7fb8249c0172d9d5010ebaeff4c1d2835236218b
This commit is contained in:
OpenStack Proposal Bot 2019-04-01 13:19:28 +00:00
parent 09ad9f78b5
commit c07efd4092
1 changed files with 1 additions and 1 deletions

View File

@ -37,12 +37,12 @@
rabbitmq_user:
user: "{{ _oslomsg_rpc_userid }}"
password: "{{ _oslomsg_rpc_password }}"
update_password: always
vhost: "{{ _oslomsg_rpc_vhost }}"
configure_priv: ".*"
read_priv: ".*"
write_priv: ".*"
state: "present"
force: true
no_log: true
- name: Setup Notify MQ Service (RabbitMQ)