Set force=true when creating the RPC users

In order to accommodate the changes we've made in the RPC messaging
systems the force flag must be set to `true` when deploying Rocky
in an upgrade situation. Without this flag set to true existing users
will not have their RPC passwords updated and will result in large
scale, obscure, outages across the cloud.

Change-Id: I81ec30bb089908dfa25b248dc4fe7463553457ce
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-06-25 23:59:18 -05:00 committed by Kevin Carter (cloudnull)
parent a6742a4fc9
commit af14e9aa70
2 changed files with 2 additions and 1 deletions

View File

@ -37,10 +37,10 @@
read_priv: ".*"
write_priv: ".*"
state: "present"
force: true
delegate_to: "{{ groups[oslomsg_notify_host_group][0] }}"
no_log: true
tags:
- common-rabbitmq
when:
- oslomsg_notify_transport == "rabbit"

View File

@ -37,6 +37,7 @@
read_priv: ".*"
write_priv: ".*"
state: "present"
force: true
delegate_to: "{{ groups[oslomsg_rpc_host_group][0] }}"
no_log: true
tags: