[monasca] monasca-common 2.7.0 (queens)
We are gleeful to announce the release of: monasca-common 2.7.0: Monasca common python modules This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/monasca-common/ For more details, please see below. Changes in monasca-common 2.6.0..2.7.0 -------------------------------------- ddc8f3d Updated from global requirements 453969f Updated from global requirements 4250756 Implemented a policy enforcement engine Diffstat (except docs and test files) ------------------------------------- monasca_common/policy/__init__.py | 0 monasca_common/policy/i18n.py | 46 +++++ monasca_common/policy/policy_engine.py | 248 ++++++++++++++++++++++++++ requirements.txt | 1 + test-requirements.txt | 2 + 8 files changed, 674 insertions(+) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7f1644a..045db39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,0 +9 @@ oslo.config>=5.1.0 # Apache-2.0 +oslo.policy>=1.30.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7ec374e..12ddae6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,0 +13 @@ mox>=0.5.3 # Apache-2.0 +oslo.context>=2.19.2 # Apache-2.0 @@ -14,0 +16 @@ os-testr>=1.0.0 # Apache-2.0 +requests-mock>=1.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org