← Back to team overview

cloud-init-dev team mailing list archive

[Merge] lp:~harlowja/cloud-init/local-before-net into lp:cloud-init

 

Joshua Harlow has proposed merging lp:~harlowja/cloud-init/local-before-net into lp:cloud-init.

Requested reviews:
  cloud init development team (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~harlowja/cloud-init/local-before-net/+merge/211783

Since cloud-init-local will typically write a networking
file (if used with config-drive) then it makes sense that
cloud-init-local should start before networking (not after).
-- 
https://code.launchpad.net/~harlowja/cloud-init/local-before-net/+merge/211783
Your team cloud init development team is requested to review the proposed merge of lp:~harlowja/cloud-init/local-before-net into lp:cloud-init.
=== modified file 'sysvinit/redhat/cloud-init-local'
--- sysvinit/redhat/cloud-init-local	2013-07-19 07:23:53 +0000
+++ sysvinit/redhat/cloud-init-local	2014-03-19 17:13:44 +0000
@@ -27,7 +27,7 @@
 # Provides:          cloud-init-local
 # Required-Start:    $local_fs $remote_fs
 # Should-Start:      $time
-# Required-Stop:
+# Required-Stop:     $network
 # Should-Stop:
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6


Follow ups