Updated from OpenStack Ansible Tests
Change-Id: Ibadd3f3aa24f8f839cb00534d832904b1b86ceca
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -86,12 +86,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
when:
- (_oslomsg_rpc_userid is undefined) or
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.