To support developer_mode=false, we need to use databag. There was
a bug in rabbimq-server(could not change the guest's password). Fixed it.
This commit is contained in:
parent
54f2ee5abe
commit
59ca686eec
@ -66,6 +66,13 @@ rabbitmq_user "add openstack rabbit user" do
|
||||
action :add
|
||||
end
|
||||
|
||||
rabbitmq_user "change the password of the openstack rabbit user" do
|
||||
user user
|
||||
password pass
|
||||
|
||||
action :change_password
|
||||
end
|
||||
|
||||
rabbitmq_vhost "add openstack rabbit vhost" do
|
||||
vhost vhost
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user