[Bug 1065080] [NEW] The host in BROKER_URL is hardcoded to 'localhost'.
Launchpad Bug Tracker
1065080 at bugs.launchpad.net
Wed Oct 10 14:45:04 UTC 2012
You have been subscribed to a public bug:
In debian/maas-region-controller.postinst:
[...]
configure_maas_workers_rabbitmq_user() {
local workers_user="maas_workers"
local workers_pass="$(pwgen -s 20)"
local workers_vhost="/maas_workers"
local amqp_host="localhost"
local amqp_port="5672"
[...]
The host part of the BROKER_URL is 'localhost' meaning that it will work
fine when a local cluster controller will use that to connect to
rabbitMQ, but it won't work for cluster controllers installed on a
different machine.
** Affects: maas (Ubuntu)
Importance: Critical
Status: Triaged
--
The host in BROKER_URL is hardcoded to 'localhost'.
https://bugs.launchpad.net/bugs/1065080
You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu.
More information about the Ubuntu-server-bugs
mailing list