Updated from OpenStack Ansible Tests

Change-Id: I52e9f18fc0a7b104df6e6b35465ce22047168015
This commit is contained in:
OpenStack Proposal Bot 2019-04-01 13:18:44 +00:00
parent 05fcb04083
commit 6b02611738
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)