We are amped to announce the release of: neutron-lbaas 11.0.0: OpenStack Networking Load Balancing as a Service This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/neutron-lbaas/ For more details, please see below. Changes in neutron-lbaas 11.0.0.0b3..11.0.0 ------------------------------------------- 6d68e01 Updated from global requirements 7d16a8b Fix a bad barbicanclient test. 04c9f5d Updated from global requirements c5a8ed2 Send haproxy stat command as bytes Diffstat (except docs and test files) ------------------------------------- neutron_lbaas/drivers/haproxy/namespace_driver.py | 4 ++-- .../common/cert_manager/barbican_auth/test_barbican_acl.py | 13 +++++++------ requirements.txt | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d8076c1..3000216 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21 +21 @@ oslo.utils>=3.20.0 # Apache-2.0 -python-barbicanclient>=4.0.0 # Apache-2.0 +python-barbicanclient!=4.5.0,!=4.5.1,>=4.0.0 # Apache-2.0