Merge lp:~jtv/maas/pkg-bug-1373237 into lp:~maas-maintainers/maas/packaging

Proposed by Jeroen T. Vermeulen
Status: Merged
Approved by: Jeroen T. Vermeulen
Approved revision: no longer in the source branch.
Merged at revision: 310
Proposed branch: lp:~jtv/maas/pkg-bug-1373237
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 23 lines (+3/-1)
2 files modified
debian/changelog (+2/-0)
debian/maas-cluster-controller.maas-cluster-celery.upstart (+1/-1)
To merge this branch: bzr merge lp:~jtv/maas/pkg-bug-1373237
Reviewer Review Type Date Requested Status
Newell Jensen (community) Approve
Review via email: mp+235749@code.launchpad.net

Commit message

Remove -u and -g options from start-cluster-controller command in packaging. The code no longer supports them.

Description of the change

This was breaking installation of maas-cluster-controller. It looks to be a side effect of celery removal.

Jeroen

To post a comment you must log in.
Revision history for this message
Newell Jensen (newell-jensen) :
review: Approve
Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :

Thanks.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-09-24 04:22:43 +0000
3+++ debian/changelog 2014-09-24 05:53:57 +0000
4@@ -20,6 +20,8 @@
5 - Don't install maas_local_celeryconfig_cluster.py any longer.
6 - Don't symlink maas_local_celeryconfig_cluster.py from /etc to /usr.
7 - Don't insert UUID into maas_local_celeryconfig_cluster.py.
8+ * debian/maas-cluster-controller.maas-cluster-celery.upstart
9+ - Don't pass -u/-g to start-cluster-controller; it no longer accepts them.
10
11 [ Julian Edwards ]
12 * debian/maas-region-controller.postinst: Don't restart RabbitMQ on
13
14=== modified file 'debian/maas-cluster-controller.maas-cluster-celery.upstart'
15--- debian/maas-cluster-controller.maas-cluster-celery.upstart 2013-12-05 17:43:07 +0000
16+++ debian/maas-cluster-controller.maas-cluster-celery.upstart 2014-09-24 05:53:57 +0000
17@@ -26,5 +26,5 @@
18 # Allow the cluster-controller process to read CLUSTER_UUID as set
19 # in that config file.
20 export CLUSTER_UUID
21- exec /usr/bin/authbind --deep /usr/sbin/maas-provision start-cluster-controller $MAAS_URL -u maas -g maas
22+ exec /usr/bin/authbind --deep /usr/sbin/maas-provision start-cluster-controller $MAAS_URL
23 end script

Subscribers

People subscribed via source and target branches