Avoid installation of os-vif 1.12.0 version
There is a bug in os-vif in version 1.12.0. Method "vif_plug_ovs.linux_net.delete_net_dev" must be called inside the "privsep.vif_plug.entrypoint" context because it needs "oslo_privsep.capabilities.CAP_NET_ADMIN". Change-Id: Ia9834c5f29366e070bb3b34cf25b67333efd2fa0 Related-Bug: #1801072
This commit is contained in:
parent
68938b48d0
commit
55f4a46035
@ -177,8 +177,8 @@ os-refresh-config # Apache-2.0
|
||||
os-service-types # Apache-2.0
|
||||
os-testr # Apache-2.0
|
||||
os-traits # Apache-2.0
|
||||
os-vif!=1.8.0 # Apache-2.0
|
||||
os-ken # Apache-2.0
|
||||
os-vif!=1.8.0,!=1.12.0 # Apache-2.0
|
||||
ovs # Apache-2.0
|
||||
os-win # Apache-2.0
|
||||
os-xenapi # Apache-2.0
|
||||
|
@ -473,7 +473,7 @@ jaeger-client===3.11.0
|
||||
XStatic-Json2yaml===0.1.1.0
|
||||
boto===2.49.0
|
||||
functools32===3.2.3.post2;python_version=='2.7'
|
||||
os-vif===1.12.0
|
||||
os-vif===1.11.1
|
||||
python-masakariclient===5.2.0
|
||||
Werkzeug===0.14.1
|
||||
pyasn1-modules===0.2.2
|
||||
|
Loading…
Reference in New Issue
Block a user