Current Series Release Notes¶
17.0.0.0rc1-9¶
Bug Fixes¶
Fixed a bug where the Amphora configuration update would only update the Amphora agent configuration, but the health sender would not be updated with the new controller IP list.
The
[cinder] volume_size
option no longer accepts 0 or a negative value and octavia services may fail to start when these values are used. These were accepted previously but caused an internal error when a volume is actually created.
Now the following options accept values which are actually supported, and usage of an unsupported value may cause octavia services to fail to start. Previously unsupported values were accepted and caused failures in actual resource creation.
[api_settings] default_listener_tls_versions
[api_settings] default_pool_tls_versions
[api_settings] default_listener_alpn_protocols
[api_settings] default_pool_alpn_protocols
See
octavia.conf
file generated by theoslo-config-generator
tool to find supported values.
Other Notes¶
Removed unused amphora-related code including the get_create_amphora_flow function, MarkAmphoraReadyInDB task class, MARK_AMPHORA_READY_INDB constant, and AMPHORA_READY status constant. Updated amphora deletion logic to only allow deletion when amphora status is ERROR, which is the correct behavior since AMPHORA_ALLOCATED amphorae should not be deletable.