[Bug 1065080] [NEW] The host in BROKER_URL is hardcoded to 'localhost'.

Raphaël Badin 1065080 at bugs.launchpad.net
Wed Oct 10 14:44:52 UTC 2012


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



More information about the Ubuntu-server-bugs mailing list