summaryrefslogtreecommitdiffstats
path: root/plugins/xenserver
diff options
context:
space:
mode:
authorEwan Mellor <ewan.mellor@citrix.com>2011-11-09 23:24:25 -0800
committerEwan Mellor <ewan.mellor@citrix.com>2011-11-11 11:53:05 -0800
commitf11f6f789e2af83bfc9c25e7485625e81aa90633 (patch)
treee4b12778e0303bbeb29c5b9482633fe79dc293a8 /plugins/xenserver
parentb9086d3ad2da90f31001c082d371c8b972ca767b (diff)
downloadnova-f11f6f789e2af83bfc9c25e7485625e81aa90633.tar.gz
nova-f11f6f789e2af83bfc9c25e7485625e81aa90633.tar.xz
nova-f11f6f789e2af83bfc9c25e7485625e81aa90633.zip
Bug #888719: openvswitch-nova runs after firstboot scripts
Move openvswitch-nova to 23 in the boot order. The openvswitch-nova init.d script used on XenServer has been set to run at 96 in the boot order (i.e. very late). This is inconvenient, because it means that it runs after the firstboot scripts, so if you want to do an automated install of a compute VM, say, you can't rely on the Open vSwitch rules being ready. 23 places it after the networking start up (9 through 14) and before the firstboot scripts (24). Change-Id: I5c4f2f02c78bd7b8ccc6cac4d6549209a6dcbdb0
Diffstat (limited to 'plugins/xenserver')
-rwxr-xr-xplugins/xenserver/networking/etc/init.d/openvswitch-nova2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xenserver/networking/etc/init.d/openvswitch-nova b/plugins/xenserver/networking/etc/init.d/openvswitch-nova
index 51f6b324c..5f5249d9c 100755
--- a/plugins/xenserver/networking/etc/init.d/openvswitch-nova
+++ b/plugins/xenserver/networking/etc/init.d/openvswitch-nova
@@ -2,7 +2,7 @@
#
# openvswitch-nova
#
-# chkconfig: 2345 96 89
+# chkconfig: 2345 23 89
# description: Apply initial OVS flows for Nova
# Copyright 2011 Citrix Systems, Inc.