We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04f9b89 + 1a247e8 commit 3224f60Copy full SHA for 3224f60
1 file changed
lib/neutron_plugins/openvswitch_agent
@@ -67,7 +67,7 @@ function neutron_plugin_configure_plugin_agent {
67
68
if [ "$VIRT_DRIVER" == 'xenserver' ]; then
69
# Make a copy of our config for domU
70
- sudo cp /$Q_PLUGIN_CONF_FILE "/$Q_PLUGIN_CONF_FILE.domu"
+ sudo cp /$Q_PLUGIN_CONF_FILE "/$Q_PLUGIN_CONF_FILE.domU"
71
72
# Deal with Dom0's L2 Agent:
73
Q_RR_DOM0_COMMAND="$NEUTRON_BIN_DIR/neutron-rootwrap-xen-dom0 $Q_RR_CONF_FILE"
0 commit comments