cloudify-manager-blueprints
cloudify-manager-blueprints copied to clipboard
Use localhost as the rabbitmq address in REST service config
If we're replicating the REST service config files across a cluster, we need to make sure every node actually connects to its own rabbitmq - let's use 127.0.0.1 for that (so every node will connect to itself, when the config file is replicated to all the nodes), instead of an externally-reachable ip