We are stoked to announce the release of: octavia-lib 1.2.0: A library to support Octavia provider drivers. This release is part of the train release series. The source is available from: https://opendev.org/openstack/octavia-lib Download the package from: https://pypi.org/project/octavia-lib Please report issues through: https://storyboard.openstack.org/#!/project/openstack/octavia-lib For more details, please see below. 1.2.0 ^^^^^ New Features * Add the ability to pass multiple VIP objects to providers. This allows for multiple subnets/IPs on a single LB. Changes in octavia-lib 1.1.1..1.2.0 ----------------------------------- 7c9cb9d Add 'additional_vips' field to driver datamodel 625f171 Replace git.openstack.org URLs with opendev.org URLs 5376e03 Add project_id to all of the data model objects 3fc6659 Cap sphinx for py2 to match global requirements effa28a Add python 3.7 testing 94aef0a OpenDev Migration Patch 1215103 Remove python3.5 jobs for Train e631497 Remove testtools from test-requirements.txt c9ae679 Do not install README.rst and LICENSE d6def9c Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitignore | 4 ++++ .gitreview | 2 +- README.rst | 2 +- octavia_lib/api/drivers/data_models.py | 23 +++++++++++++++------- ...dd-additional-vip-support-becdb29c5187b514.yaml | 5 +++++ releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++++++ setup.cfg | 6 +----- test-requirements.txt | 1 - tox.ini | 6 +++--- zuul.d/projects.yaml | 2 +- 15 files changed, 60 insertions(+), 25 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index f0ad8f1..56a501c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +15,0 @@ stestr>=2.0.0 # Apache-2.0 -testtools>=2.2.0 # MIT