[Bug 1067929] [NEW] maas-region-celeryd connects to the wrong queue.
Launchpad Bug Tracker
1067929 at bugs.launchpad.net
Wed Oct 17 23:22:31 UTC 2012
You have been subscribed to a public bug:
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: Undecided
Status: New
--
maas-region-celeryd connects to the wrong queue.
https://bugs.launchpad.net/bugs/1067929
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