Merge "Add bigswitch command to compute rootwrap filters"
This commit is contained in:
commit
4f3af1ae4c
@ -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
|
||||
|
||||
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user