Merge ~r00ta/maas:lp-2060297 into maas:master

Proposed by Jacopo Rota
Status: Merged
Approved by: Anton Troyanov
Approved revision: 9db2b02bc162851b95fbb7ea65e254a8f40f2ffe
Merge reported by: MAAS Lander
Merged at revision: not available
Proposed branch: ~r00ta/maas:lp-2060297
Merge into: maas:master
Diff against target: 12 lines (+1/-0)
1 file modified
debian/maas-region-api.maas-apiserver.service (+1/-0)
Reviewer Review Type Date Requested Status
MAAS Lander Approve
Anton Troyanov Approve
Review via email: mp+463753@code.launchpad.net

Commit message

fix: lp-2060297. Do not start apiserver until the unix socket has been created.

To post a comment you must log in.
Revision history for this message
Anton Troyanov (troyanov) :
review: Approve
Revision history for this message
MAAS Lander (maas-lander) wrote :

UNIT TESTS
-b lp-2060297 lp:~r00ta/maas/+git/maas into -b master lp:~maas-committers/maas

STATUS: SUCCESS
COMMIT: 9db2b02bc162851b95fbb7ea65e254a8f40f2ffe

review: Approve
Revision history for this message
MAAS Lander (maas-lander) wrote :

Update scan failed

At least one of the branches involved have failed to scan. You can manually schedule a rescan if required.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/maas-region-api.maas-apiserver.service b/debian/maas-region-api.maas-apiserver.service
2index bcdd875..c120449 100644
3--- a/debian/maas-region-api.maas-apiserver.service
4+++ b/debian/maas-region-api.maas-apiserver.service
5@@ -4,6 +4,7 @@ Documentation=https://maas.io/docs
6 Requires=network-online.target
7 After=network-online.target
8 ConditionPathExists=/etc/maas/regiond.conf
9+ConditionPathExists=/var/lib/maas/apiserver-http.sock
10
11 [Service]
12 User=maas

Subscribers

People subscribed via source and target branches