Wallaby Series Release Notes

18.5.0

New Features

  • The following parameters have been added to the octavia::api class. These parameters allows customizing the same parameters in the [api_setting] section.

    • default_listener_ciphers

    • default_pool_ciphers

    • tls_cipher_prohibit_list

    • default_listener_tls_versions

    • default_pool_tls_versions

    • minimum_tls_version

  • The octavia::api::provider_drivers parameter now supports array or hash value, and the given value is conveted to correctly formatted string when being put into octavia.conf.

  • The new octavia::api::healthcheck_refresh_interval parameter has been added.

  • Now the octavia::provider::ovn can manage the package required to use OVN Octavia provider.

  • The following parameters have been added to the octavia::provider::ovn class.

    • ovsdb_connection_timeout

    • ovsdb_retry_max_interval

    • ovsdb_probe_interval

  • Support for the ovn_sb_* parameters has been added to the octavia::provider::ovn class.

  • The new octavia::task_flow class has been added. This class manages parameters in the task_flow section, which are required to use the amphora v2 driver.

  • The octavia::db::mysql class and the octavia::db::postgresql class now support creating a separate database for taskflow persistence.

  • The octavia::db::sync_persistence class has been added. This class invokes the command to initialize the taskflow persistence database.

18.4.0

New Features

  • Support for the [haproxy_amphora] build_rate_limit parameter has been added.

  • The new octavia::api::healthcheck_enabled parameter has been added.

  • The new octavia::healthcheck class has been added. This class manages parameters of healthcheck middlware in oslo.middleware.

  • The new octavia::controller::image_driver parameter has been added.

  • The new octavia::policy::enforce_scope parameter has been added to support the corresponding parameter in oslo.policy library.

  • The new octavia::policy::enforce_new_defaults parameter has been added.

  • The new octavia::cinder class has been added. This class manages parameters of the [cinder] section.

  • The new octavia::controller::volume_type parameter has been added.