[Bug 1067929] [NEW] maas-region-celeryd connects to the wrong queue.

Raphaël Badin 1067929 at bugs.launchpad.net
Wed Oct 17 23:22:20 UTC 2012


Public bug reported:

maas-region-celeryd connects to 2 queues: ' celery' and 'master'.  The
problem is obviously the space in front of 'celery'

start_celery() should use something like that instead:
    command = [
        'celeryd',
        '--logfile=%s' % args.logfile,
        '--schedule=%s' % args.schedule,
        '--loglevel=INFO',
        '--beat',
        '--queues=celery,master',
        ]

** Affects: maas (Ubuntu)
     Importance: Critical
     Assignee: Andres Rodriguez (andreserl)
         Status: In Progress

** 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/1067929

Title:
  maas-region-celeryd connects to the wrong queue.

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



More information about the Ubuntu-server-bugs mailing list