Skip to content

Releases: F5Networks/f5-openstack-lbaasv2-driver

v212.6.9

11 Mar 04:26
bdbf275
Compare
Choose a tag to compare

v212.6.9 (Pike)

Added Functionality

* [OPENSTACK-2959] we need to update port before build service object
* [OPENSTACK-2949] Get loadbalancers as api dict
* [OPENSTACK-2949] Translate entity type from dict to obj
* [OPENSTACK-2959] remove old selfip port
* [OPENSTACK-2959] get from_device and to_device
* [OPENSTACK-2959] add device_owner for update_port_on_subnet
* [OPENSTACK-2959] add function to migrate vip port
* [OPENSTACK-2959] add schedule functions for migrate
* [OPENSTACK-2966] add purge interface in driver
* [OPENSTACK-2961] add logs for parsing lb creation
* [OPENSTACK-2936] Disable SNAT IP validation

Bug Fixes
`````````
* [OPENSTACK-2985] Fix RouterInterfaceDuplicateForSubnet exception

v212.6.8.1

30 Jan 06:00
518c90a
Compare
Choose a tag to compare
v212.6.8.1 Pre-release
Pre-release

Release Notes

v212.6.8.1 (Pike)

Added Functionality

* [OPENSTACK-2915] New implementation of flavor 21
* [OPENSTACK-2936] Disable SNAT IP validation

Bug Fixes
`````````
* [OPENSTACK-2925] Fix bulk create and delete to fit the input args
* [OPENSTACK-2985] Fix RouterInterfaceDuplicateForSubnet exception

v212.6.8

22 Nov 07:33
45ff8a4
Compare
Choose a tag to compare

Release Notes

v212.6.8 (Pike)

Added Functionality

* [OPENSTACK-2915] New implementation of flavor 21
* [OPENSTACK-2900] add bulk member create/delete
* [OPENSTACK-2787] Occupy device
* [OPENSTACK-2900] remove pool_port_<member-id>
* [OPENSTACK-2897] Add debug log of loading network data
* [OPENSTACK-2884] Remove network cache
* [OPENSTACK-2827] enable to rebuild a lb or all resource of the lb
* [OPENSTACK-2865] enable acl rebuild function
* [OPENSTACK-2840] add parameter to update lb_mac

Bug Fixes
`````````
* [OPENSTACK-2925] fix bulk create and delete to fit the input args.

v212.6.7.2

27 Sep 06:59
3aed949
Compare
Choose a tag to compare
v212.6.7.2 Pre-release
Pre-release

Release Notes

v212.6.7.2 (Pike)

Added Functionality


Bug Fixes
`````````
* [OPENSTACK-2897] Add debug log of loading network data

v212.6.6.2

27 Sep 06:59
033764b
Compare
Choose a tag to compare
v212.6.6.2 Pre-release
Pre-release

Release Notes

v212.6.6.2 (Pike)

Added Functionality


Bug Fixes
`````````
* [OPENSTACK-2897] Add debug log of loading network data

v212.6.7.1

12 Sep 05:49
35a5262
Compare
Choose a tag to compare
v212.6.7.1 Pre-release
Pre-release

Release Notes

v212.6.7.1 (Pike)

Added Functionality


Bug Fixes
`````````
[OPENSTACK-2884] Remove network cache

v212.6.6.1

12 Sep 07:46
27cbe14
Compare
Choose a tag to compare
v212.6.6.1 Pre-release
Pre-release

Release Notes

v212.6.6.1 (Pike)

Added Functionality


Bug Fixes
`````````
* [OPENSTACK-2884] Remove network cache

v212.6.7

01 Aug 06:45
c2cbbdf
Compare
Choose a tag to compare

v212.6.7 (Pike)

Added Functionality

* [OPENSTACK-2754] Support flavor 21
* [OPENSTACK-2815] Optimize device scheduler locking

Bug Fixes
`````````

v212.6.6

19 May 07:42
7285f4a
Compare
Choose a tag to compare

v212.6.6 (Pike)

Added Functionality


Bug Fixes
`````````
* [OPENSTACK-2740] Switch to admin context when loading device

v212.6.5

10 May 08:22
841cc4f
Compare
Choose a tag to compare

v212.6.5 (Pike)

Added Functionality

* [OPENSTACK-2751] Filtering out offline devices
* [OPENSTACK-2512] Update vtep ip for neutron port
* [OPENSTACK-2751] Support single ipv6 mgmt address
* [OPENSTACK-2766] Driver update 4 new inventory dev
* [OPENSTACK-2752] Schedule loadbalancer to dedicated device
* [OPENSTACK-2764] Adapt to the new inventory device model
* [OPENSTACK-2769] Change capacity config for capacity calculation
* [OPENSTACK-2769] Move cfg OPTs to config.py
* [OPENSTACK-2762] Throw granular exception if device is not found
* [OPENSTACK-2747] Add update_device
* [OPENSTACK-2747] Add driver side get_devices
* [OPENSTACK-2739] Load device from inventory db
* [OPENSTACK-2701] Update VIP with MAC of traffic group 1

Bug Fixes
`````````
* [OPENSTACK-2751] replace package ipaddr with ipaddress