Victoria Series Release Notes

0.49.0

New Features

  • Add numa_affinity_policy attribute to port resource. Users can set this attribute to required, deferred or legacy. This parameter is nullable.

  • Added the tls_versions properties to listener.py and pool.py for storing a python list of TLS protocol versions to be used by the pools and listeners.

  • Supports fetching raw (unprocessed) introspection data from the bare metal introspection service.

Upgrade Notes

  • Cloud with the force_ipv4 flag will no longer return a public_v6 value, even if one is provided by the cloud. This is to avoid having entries for unconfigured interfaces.

  • Image upload will no longer fall back to attempting to use the import workflow if the initial upload does not work.

0.48.0

New Features

  • Add support for specifying stores when doing glance image uploads.

  • Added support for using the image import feature when creating an image. SDK will now fall back to using image import if there is an error during PUT.

  • The id field was added a query parameter for security_groups. A single security group id, or a list of security group ids can be passed. For example:

    conn.network.security_groups(id=['f959e85a-1a87-4b5c-ae56-dc917ceeb584',
                                     'a55c0100-7ded-40af-9c61-1d1b9a9c2692'])
    
  • Adds support for the baremetal volume connector API.

Upgrade Notes

  • Python 3.5 is no longer supported.

0.47.0

New Features

  • Added the tls_ciphers properties to listener.py and pool.py for storing stings of tls ciphers in OpenSSL cipher string format.