summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-06-26 22:22:08 +0000
committerGerrit Code Review <review@openstack.org>2013-06-26 22:22:08 +0000
commitad9e7a83de4e57c44bf9d5e089a548c2f8820867 (patch)
treef814fb2013e0924d423c06a714677896ef05f5e9 /etc
parent698a56bcb4e5aaf1546957c05042edff7cca718c (diff)
parent6caadd1c1badee8da046a42c796490d010e4e83f (diff)
downloadnova-ad9e7a83de4e57c44bf9d5e089a548c2f8820867.tar.gz
nova-ad9e7a83de4e57c44bf9d5e089a548c2f8820867.tar.xz
nova-ad9e7a83de4e57c44bf9d5e089a548c2f8820867.zip
Merge "Adds support for the Indigo Virtual Switch (IVS)"
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/rootwrap.d/network.filters5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/nova/rootwrap.d/network.filters b/etc/nova/rootwrap.d/network.filters
index 02138cff4..9a607bf84 100644
--- a/etc/nova/rootwrap.d/network.filters
+++ b/etc/nova/rootwrap.d/network.filters
@@ -34,6 +34,11 @@ ovs-vsctl: CommandFilter, ovs-vsctl, root
# nova/network/linux_net.py: 'ovs-ofctl', ....
ovs-ofctl: CommandFilter, ovs-ofctl, root
+# nova/virt/libvirt/vif.py: 'ivs-ctl', ...
+# nova/virt/libvirt/vif.py: 'ivs-ctl', 'del-port', ...
+# nova/network/linux_net.py: 'ivs-ctl', ....
+ivs-ctl: CommandFilter, ivs-ctl, root
+
# nova/network/linux_net.py: 'ebtables', '-D' ...
# nova/network/linux_net.py: 'ebtables', '-I' ...
ebtables: CommandFilter, ebtables, root