summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <ralonsoh@redhat.com>2021-10-07 16:20:21 +0000
committerRodolfo Alonso Hernandez <ralonsoh@redhat.com>2022-02-02 19:21:21 +0000
commitcde5657a504f6658cb1c9c98235c120030f86130 (patch)
tree80aed98bab304376139745ba926b77f4b005dd3d /requirements.txt
parentce7f2795384e05b7e086bdab41226a69708dfdc5 (diff)
downloadneutron-cde5657a504f6658cb1c9c98235c120030f86130.tar.gz
[OVN] Sync QoS policies
The tool "neutron-ovn-db-sync-util" now syncs the Neutron QoS policies with the OVN NB database. The tools reads the port and the floaiting IP QoS policies and creates the corresponding OVN QoS rules. The ovsdbapp library is bumped to version 1.15.0. This version updates the "QoSAddCommand" to allow register updates. If the OVN NB QoS register to be created is present in the DB and all parameters match, no transaction is commited to the DB. Depends-On: https://review.opendev.org/c/openstack/ovsdbapp/+/822138 Closes-Bug: #1947334 Change-Id: Ib597b62017b56b41009dd4d7359e169f424272b0
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 32ce19c095..0169731ce0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -46,7 +46,7 @@ osprofiler>=2.3.0 # Apache-2.0
os-ken>=2.2.0 # Apache-2.0
os-resource-classes>=1.1.0 # Apache-2.0
ovs>=2.10.0 # Apache-2.0
-ovsdbapp>=1.11.0 # Apache-2.0
+ovsdbapp>=1.15.0 # Apache-2.0
packaging>=20.4 # Apache-2.0
psutil>=5.3.0 # BSD
pyroute2>=0.6.4;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)