We are excited to announce the release of: neutron-lbaas 11.0.3: 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.2..11.0.3 --------------------------------------- 606ec87 Remove unnecessary lazy-loaded queries ab4c7ca Zuul: Remove project name 65e9a99 Use generic netcat syntax in base scenario f74798a Add missing NAME attribute for SessionPersistenceV2 e396358 Octavia driver to honor Octavia API status codes ebc3f73 Update pool member operating status for haproxy c99dc29 Fix to prevent password from being displayed in logs. 2bbf2a1 Fix tempest scenario tests waiters d9adb61 Stop registering "graphs" resource to quota Diffstat (except docs and test files) ------------------------------------- neutron_lbaas/common/exceptions.py | 24 ++++++ neutron_lbaas/db/loadbalancer/loadbalancer_dbv2.py | 6 +- neutron_lbaas/db/loadbalancer/models.py | 28 +++---- neutron_lbaas/drivers/haproxy/namespace_driver.py | 19 ++++- neutron_lbaas/drivers/netscaler/ncc_client.py | 2 +- neutron_lbaas/drivers/octavia/driver.py | 22 ++++++ neutron_lbaas/extensions/lb_graph.py | 2 +- neutron_lbaas/services/loadbalancer/plugin.py | 8 ++ .../tempest/v2/scenario/test_listener_basic.py | 4 +- .../unit/drivers/haproxy/test_namespace_driver.py | 5 +- .../unit/drivers/octavia/test_octavia_driver.py | 63 ++++++++++++++++ zuul.d/projects.yaml | 1 - 13 files changed, 215 insertions(+), 54 deletions(-)