forked from pool/cloud-init
- Update cloud-init-service.patch
+ Had self reference and thus cloud-init.service was never executed which caused ssh key loading failure OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=56
This commit is contained in:
parent
163817aa63
commit
10e8058495
@ -25,3 +25,9 @@
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
@@ -15,4 +26,4 @@ TimeoutSec=0
|
||||||
|
StandardOutput=journal+console
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
-WantedBy=cloud-init.target
|
||||||
|
+WantedBy=multi-user.target
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 28 15:21:39 UTC 2016 - rjschwei@suse.com
|
||||||
|
|
||||||
|
- Update cloud-init-service.patch
|
||||||
|
+ Had self reference and thus cloud-init.service was never executed
|
||||||
|
which caused ssh key loading failure
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 28 04:56:29 UTC 2016 - bwiedemann@suse.com
|
Fri Oct 28 04:56:29 UTC 2016 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user