cloudify-manager-blueprints icon indicating copy to clipboard operation
cloudify-manager-blueprints copied to clipboard

Add the / vhost to rabbitmq definitions.json

Open tehasdf opened this issue 8 years ago • 0 comments

All our exchanges require that vhost; make sure it is created always when the exchanges are created, by declaring it in the definitions file that declares the exchanges.

In normal operation, the / vhost is created when installing rabbitmq, but it can sometimes be deleted (eg. when resetting rabbitmq's storage); after that, the exchanges were created as in the definitions file, but the vhost had to be created by hand.

tehasdf avatar Feb 27 '17 04:02 tehasdf