We are gleeful to announce the release of: congress 5.0.1: Congress: The open policy framework for the cloud. This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/congress/ For more details, please see below. 5.0.1 ^^^^^ Prelude ******* Bug Fixes ********* * On Ubuntu 16.04.3, an eventlet import cycle issue can prevent Congress from starting. A workaround is put in place in Congress to avoid this issue. For more information, see the workaround released in eventlet 0.22: https://github.com/eventlet/eventlet/commit/b7564 47bab51046dfc6f1e0e299cc997ab343701 Changes in congress 5.0.0..5.0.1 -------------------------------- 919b782 eventlet workaround to avoid import cycle issue 15d6373 Migrate to Zuul v3 1737e41 Manual testing scripts 0131bcd zuul: run TripleO jobs with new zuulv3 layout a080713 Fix ParserError 2ec67d4 Updated from global requirements df73cd7 Make datasource creation failure a non-fatal error fbcc781 check update error on tempest datasoure tests fe16151 fix tox -e cover 7a6e6fe Remove _hotplug_server() from test manager 874195e Updated from global requirements 8d4c793 Switch to use stable data_utils ea5ae0d Keep local copy of tempest/scenario/manager.py 1b65f05 Pass network_mask_bits in assign_static_ip() 37a281a Don't use Tempest internal methods Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 110 +++ congress/harness.py | 5 +- congress/server/congress_server.py | 13 +- .../policy_engines/test_agnostic_performance.py | 47 +- .../scenario/congress_datasources/test_aodh.py | 13 +- .../congress_datasources/test_ceilometer.py | 14 +- .../scenario/congress_datasources/test_cinder.py | 14 +- .../scenario/congress_datasources/test_doctor.py | 5 +- .../scenario/congress_datasources/test_glancev2.py | 19 +- .../scenario/congress_datasources/test_heat.py | 45 + .../scenario/congress_datasources/test_ironic.py | 45 + .../congress_datasources/test_keystonev2.py | 24 +- .../scenario/congress_datasources/test_murano.py | 9 + .../congress_datasources/test_neutronv2.py | 33 +- .../scenario/congress_datasources/test_nova.py | 17 +- .../scenario/congress_datasources/test_swift.py | 48 + .../legacy/congress-devstack-api-base/post.yaml | 80 ++ .../legacy/congress-devstack-api-base/run.yaml | 86 ++ .../congress-devstack-py35-api-mysql/post.yaml | 80 ++ .../congress-devstack-py35-api-mysql/run.yaml | 93 ++ .../legacy/congress-pe-replicated-base/post.yaml | 80 ++ .../legacy/congress-pe-replicated-base/run.yaml | 86 ++ .../notes/eventlet-cycle-103edf0cfbafd947.yaml | 10 + scripts/manual_testing/doctor_pushdriver.sh | 23 + scripts/manual_testing/general.sh | 109 +++ tox.ini | 2 +- 31 files changed, 2065 insertions(+), 145 deletions(-)