Updated from OpenStack Ansible Tests

Change-Id: Ibf0223d964dd7c31eae65c96878f2dcbcfe5d60e
This commit is contained in:
OpenStack Proposal Bot 2019-06-20 20:05:58 +00:00
parent cb63d273ca
commit d303d2e4d7

View File

@ -82,12 +82,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
- name: Setup RPC MQ Service (Qdrouterd)