Ussuri Series Release Notes

2.0.2

Bug Fixes

  • Improved the client performance when using a name instead of the resource ID.

  • Fixed some issues when the number of Octavia resources exceeded the ‘pagination_max_limit’ parameter in Octavia API. The list calls now support pagination.

2.0.1

New Features

  • Added an optional Argument --tls-ciphers for passing OpenSSL cipher strings when creating a new listener.

  • Added an optional Argument --tls-ciphers for passing OpenSSL cipher strings when creating or updating a pool.

  • Adds support for querying the amphora statistics.

  • Amphora list now supports a --long option, which will include a few additional columns (compute_id, cached_zone, image_id).

2.0.0

New Features

  • Added management of availability zone and availability zone profiles. Creating a load balanacer now takes an optional availability-zone argument.

    Provider capability list now displays capabilities for both AZ and flavor, and includes an extra column type. It can be filtered by passing --flavor or --availability-zone.

  • Commands that can cause loadbalancers to enter an immutable status (Create, Update, and Delete operations) now have a --wait argument. If set, the client will continue to poll until the status is no longer immutable.

  • Added support to query l7policies by a given listener using --listener.

Upgrade Notes

  • Python 2.7 support has been dropped. The minimum version of Python now supported by python-octaviaclient is Python 3.6.