Updated from OpenStack Ansible Tests

Change-Id: I4a2696cd2727658fadbe56f172b54e70db57aa6b
This commit is contained in:
OpenStack Proposal Bot 2019-04-01 13:19:32 +00:00
parent c9330452d0
commit caba3093c9
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)