diff options
Diffstat (limited to 'sysvinit/gentoo/cloud-init-local')
-rw-r--r-- | sysvinit/gentoo/cloud-init-local | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysvinit/gentoo/cloud-init-local b/sysvinit/gentoo/cloud-init-local index 7c39ff78..1d22a79d 100644 --- a/sysvinit/gentoo/cloud-init-local +++ b/sysvinit/gentoo/cloud-init-local @@ -1,9 +1,8 @@ #!/sbin/runscript depend() { - after cloud-config + after net # remove after nova-agent fix before cloud-init - before cloud-final provide cloud-init-local } |