Updated from OpenStack Ansible Tests

Change-Id: I5eb8859350a6b3044cf686678f9c1fa0a4568776
This commit is contained in:
OpenStack Proposal Bot 2019-04-01 13:18:51 +00:00
parent f57f2fb478
commit 05683ee5c0
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)