We high-spiritedly announce the release of: congress 7.0.1: Congress: The open policy framework for the cloud. This release is part of the queens stable release series. Download the package from: https://tarballs.openstack.org/congress/ For more details, please see below. 7.0.1 ^^^^^ Prelude ******* Known Issues ************ * novaclient>=10.0.0 breaks Congress nova driver because it removed the methods for accessing os-hosts. To avoid the issue, please use a lower novaclient version (9.1.1 recommended). Bug Fixes ********* * Fixed a bug that prevented custom polling interval from being specified for Monasca driver. * Fixed a bug that caused high CPU usage of cfgvalidator data source. Changes in congress 7.0.0..7.0.1 -------------------------------- 6e0f8d4 Update and fix tag-based policy in library 190a569 Monasca driver poll time type fixed 09308ce temporarily disable murano in dsvm-py35 test 6775ad8 skipping nova driver tests for queens 5c878aa import zuul job settings from project-config 8a30678 7.0.1 release notes 49a9f84 Correct handling of known configs in cfgvalidator datasource fce20ab add instruction to install rabbitmq-server 832bd8e Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 8 ++ congress/datasources/cfgvalidator_driver.py | 103 +++++++++++---------- congress/datasources/monasca_driver.py | 2 +- devstack/plugin.sh | 6 ++ library/tag_based_network_security_zone.yaml | 14 +-- .../congress-devstack-py35-api-mysql/run.yaml | 2 +- .../notes/7_0_1-notes-54db8e8ab3547112.yaml | 10 ++ requirements.txt | 2 +- 9 files changed, 85 insertions(+), 65 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d68087f..a1b8c73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24 +24 @@ python-ironicclient>=2.2.0 # Apache-2.0 -python-mistralclient>=3.1.0 # Apache-2.0 +python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org