summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorCory Wright <cory.wright@rackspace.com>2011-05-18 20:46:21 +0000
committerCory Wright <cory.wright@rackspace.com>2011-05-18 20:46:21 +0000
commit2c6c184138b0d8c650496e0e8d033c85a2e2dec1 (patch)
treedde031a11037c2c807f61a78d722deb4b96ff883 /plugins
parentbee87f68c4c222cb22f999ec9860a9427b8ec1d6 (diff)
downloadnova-2c6c184138b0d8c650496e0e8d033c85a2e2dec1.tar.gz
nova-2c6c184138b0d8c650496e0e8d033c85a2e2dec1.tar.xz
nova-2c6c184138b0d8c650496e0e8d033c85a2e2dec1.zip
fix typo in udev rule
Diffstat (limited to 'plugins')
-rw-r--r--plugins/xenserver/networking/etc/udev/rules.d/openvswitch-nova.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/xenserver/networking/etc/udev/rules.d/openvswitch-nova.rules b/plugins/xenserver/networking/etc/udev/rules.d/openvswitch-nova.rules
index 0dfb029eb..b179f0847 100644
--- a/plugins/xenserver/networking/etc/udev/rules.d/openvswitch-nova.rules
+++ b/plugins/xenserver/networking/etc/udev/rules.d/openvswitch-nova.rules
@@ -1,3 +1,3 @@
-SUBSYSTEM=="xen-backend", KERNEL=="vif*", RUN+="/etc/xensource/scripts/ovs_configure_base_flows.py $env{ACTION} %k all"
+SUBSYSTEM=="xen-backend", KERNEL=="vif*", RUN+="/etc/xensource/scripts/ovs_configure_vif_flows.py $env{ACTION} %k all"
# is this one needed?
-#SUBSYSTEM=="net", KERNEL=="tap*", RUN+="/etc/xensource/scripts/ovs_configure_base_flows.py $env{ACTION} %k all"
+#SUBSYSTEM=="net", KERNEL=="tap*", RUN+="/etc/xensource/scripts/ovs_configure_vif_flows.py $env{ACTION} %k all"