Merge "Add bigswitch command to compute rootwrap filters"

This commit is contained in:
Jenkins 2016-09-19 11:18:24 +00:00 committed by Gerrit Code Review
commit 4f3af1ae4c
2 changed files with 8 additions and 0 deletions

View File

@ -86,6 +86,9 @@ tunctl: CommandFilter, tunctl, root
# nova/network/linux_net.py: 'ovs-vsctl', ....
ovs-vsctl: CommandFilter, ovs-vsctl, root
# nova/network/linux_net.py: 'ivs-ctl', ....
ivs-ctl: CommandFilter, ivs-ctl, root
# nova/virt/libvirt/vif.py: 'vrouter-port-control', ...
vrouter-port-control: CommandFilter, vrouter-port-control, root

View File

@ -0,0 +1,5 @@
---
upgrade:
- The ivs-ctl command has been added to the rootwrap filters in
compute.filters. Deployments needing support for BigSwitch no longer need
to add the filters manually nor include network.filters at installation.