| ... | ... |
@@ -67,7 +67,7 @@ function neutron_plugin_configure_plugin_agent {
|
| 67 | 67 |
|
| 68 | 68 |
if [ "$VIRT_DRIVER" == 'xenserver' ]; then |
| 69 | 69 |
# 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" |
|
| 71 | 71 |
|
| 72 | 72 |
# Deal with Dom0's L2 Agent: |
| 73 | 73 |
Q_RR_DOM0_COMMAND="$NEUTRON_BIN_DIR/neutron-rootwrap-xen-dom0 $Q_RR_CONF_FILE" |