Skip to content

Commit 3224f60

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "XenApi: Fix domu typo in neutron setup"
2 parents 04f9b89 + 1a247e8 commit 3224f60

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)