Browse code

Merge "Fix name of xen dom0 rootwrap for quantum ovs."

Jenkins authored on 2013/02/16 04:17:36
Showing 1 changed files
... ...
@@ -75,7 +75,7 @@ function quantum_plugin_configure_plugin_agent() {
75 75
         # Nova will always be installed along with quantum for a domU
76 76
         # devstack install, so it should be safe to rely on nova.conf
77 77
         # for xenapi configuration.
78
-        Q_RR_DOM0_COMMAND="$QUANTUM_DIR/bin/quantum-rootwrap-dom0 $NOVA_CONF"
78
+        Q_RR_DOM0_COMMAND="$QUANTUM_DIR/bin/quantum-rootwrap-xen-dom0 $NOVA_CONF"
79 79
         # Under XS/XCP, the ovs agent needs to target the dom0
80 80
         # integration bridge.  This is enabled by using a root wrapper
81 81
         # that executes commands on dom0 via a XenAPI plugin.