Xena Series Release Notes¶
1.2.0¶
Bug Fixes¶
Creating members without specifying a subnet ID is now supported. Since the subnet ID is an optional API argument, if not given the provider driver will now attempt to look it up via the pool ID that is a required argument.
1.1.0¶
New Features¶
The OVN Octavia provider drvier now supports health monitoring. TCP and UDP Connect health monitors are now supported by the provider driver, when the underlying OVN version supports them. The health monitor uses the OVN distributed DHCP port as the source IP for messages by default, if one doesn’t exist then a port will be created on each given subnet. The list of member ports to monitor is updated whenever one is created or deleted.