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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to