Skip to content

Commit 1a247e8

Browse files
author
Mate Lakat
committed
XenApi: Fix domu typo in neutron setup
A typo has been introduced during a previous refactor, leaving us with two neutron config files, one with domu and one with domU extension. This fix corrects the mistake, thus always the .domU file is used. Change-Id: Iffb6e2f70915f50ee590c375494c6f642412b543
1 parent d127ce3 commit 1a247e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/neutron_plugins/openvswitch_agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function neutron_plugin_configure_plugin_agent {
6767

6868
if [ "$VIRT_DRIVER" == 'xenserver' ]; then
6969
# Make a copy of our config for domU
70-
sudo cp /$Q_PLUGIN_CONF_FILE "/$Q_PLUGIN_CONF_FILE.domu"
70+
sudo cp /$Q_PLUGIN_CONF_FILE "/$Q_PLUGIN_CONF_FILE.domU"
7171

7272
# Deal with Dom0's L2 Agent:
7373
Q_RR_DOM0_COMMAND="$NEUTRON_BIN_DIR/neutron-rootwrap-xen-dom0 $Q_RR_CONF_FILE"

0 commit comments

Comments
 (0)