Public bug reported:

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: Medium
         Status: Triaged

** Affects: maas (Ubuntu Quantal)
     Importance: Medium
         Status: Triaged

** Project changed: maas => maas (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1065080

Title:
  The host in BROKER_URL is hardcoded to 'localhost'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1065080/+subscriptions

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

Reply via email to