Comment 0 for bug 1063857

Revision history for this message
Raphaƫl Badin (rvb) wrote :

Testing the package in the daily ppa (0.1+bzr1170+dfsg-0+1215+119~ppa0~quantal1), the cluster controller is unable to start:

$ sudo tail -f /var/log/upstart/maas-cluster-celery.log
usage: __main__.py start-cluster-controller [-h] [--user USER] [--group GROUP]
                                            URL
__main__.py start-cluster-controller: error: too few arguments

I think this is because /etc/maas/maas_cluster.conf contains:
# [...]
MAAS_URL=

If I put MAAS_URL=http://localhost/MAAS in that file, the cluster controller starts ok and fires the cluster worker fine.