
This patch removes the usage of oslo.rootwrap on this repository. The library is not required during the installation, the configuration files removed and the scripts (daemon and wrapper) not generated. Change-Id: Icd3f1269a300595fef4c37d0227dad762e91f399
19 lines
697 B
Plaintext
19 lines
697 B
Plaintext
# Requirements lower bounds listed here are our best effort to keep them up to
|
|
# date but we do not test them so no guarantee of having them all correct. If
|
|
# you find any incorrect lower bounds, let us know or propose a fix.
|
|
pbr>=2.0 # Apache-2.0
|
|
|
|
Jinja2>=2.10 # BSD License (3 clause)
|
|
netaddr>=0.7.18 # BSD
|
|
neutron-lib>=2.10.1 # Apache-2.0
|
|
oslo.concurrency>=3.26.0 # Apache-2.0
|
|
oslo.config>=6.1.0 # Apache-2.0
|
|
oslo.log>=3.36.0 # Apache-2.0
|
|
oslo.privsep>=2.3.0 # Apache-2.0
|
|
oslo.service>=1.40.2 # Apache-2.0
|
|
ovs>=2.8.0 # Apache-2.0
|
|
ovsdbapp>=2.10.0 # Apache-2.0
|
|
pyroute2>=0.6.6;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
|
|
stevedore>=1.20.0 # Apache-2.0
|
|
tenacity>=6.0.0 # Apache-2.0
|