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:
jjhua 2013-11-28 13:50:07 -05:00
parent 54f2ee5abe
commit 59ca686eec

View File

@ -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