[release-announce] oslo.limit 0.3.0 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Mon Dec 16 21:24:20 UTC 2019
We are tickled pink to announce the release of:
oslo.limit 0.3.0: Limit enforcement library to assist with quota
calculation.
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/oslo.limit
Download the package from:
https://pypi.org/project/oslo.limit
Please report issues through:
https://bugs.launchpad.net/oslo.limit/+bugs
For more details, please see below.
Changes in oslo.limit 0.2.0..0.3.0
----------------------------------
2632c8e Add devstack job to .zuul.conf
40ef276 Add flat enforcer
a044cd9 Fetch unified limits from keystone
6e5b28a Pick between Flat and StrictTwoLevel enforcement
c02c025 Add ksa connection logic
91ca7b0 tox: Keeping going with docs
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 32 +++++
lower-constraints.txt | 6 +-
oslo_limit/exception.py | 63 ++++++++++
oslo_limit/limit.py | 258 +++++++++++++++++++++++++++++++++++++----
oslo_limit/opts.py | 7 ++
requirements.txt | 3 +
test-requirements.txt | 1 +
tox.ini | 10 +-
10 files changed, 571 insertions(+), 32 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index d42afb2..18e6e7f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,0 +5 @@ keystoneauth1>=3.9.0 # Apache-2.0
+six>=1.10.0 # MIT
@@ -6,0 +8,2 @@ oslo.i18n>=3.15.3 # Apache-2.0
+oslo.log>=3.44.0 # Apache-2.0
+openstacksdk>=0.31.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 838e1e7..1745b4b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,0 +5 @@
+mock>=3.0.0 # BSD
More information about the Release-announce
mailing list