Change vhost to /nova

This commit is contained in:
Jay Pipes
2013-01-12 18:07:50 -05:00
parent 020c5b1d69
commit a558c58766

View File

@@ -60,7 +60,7 @@ default["cinder"]["user"] = "cinder"
# user_password routine. You are expected to create
# the user, pass, vhost in a wrapper rabbitmq cookbook.
default["cinder"]["rabbit"]["username"] = "rabbit"
default["cinder"]["rabbit"]["vhost"] = "/cinder"
default["cinder"]["rabbit"]["vhost"] = "/nova"
default["cinder"]["db"]["username"] = "cinder"