Current Series Release Notes

4.5.0

New Features

  • Support for the attributes API of the Accelerator service (Cyborg) has been added.

  • Added support for the extend volume completion action.

  • Implements virtual media attach/detach API for bare metal nodes.

  • Add the validate_console_auth_token method to the Compute proxy. This method uses the pre-existing os-console-auth-tokens OpenStack Compute API to validate a console access token as produced by get_console_url. In addition, the method returns hypervisor connection information for the console (hypervisor IP and port numbers), as this call is generally used by the console proxies which users connect to.

    By default, callers of this method must have admin access to the OpenStack Compute API due to the privileged nature of the hypervisor connection information returned.

  • Added Neutron QoS packet rate limit rule object and introduced support for CRUD operations.

  • The following proxy find_* operations will now retrieve a detailed resource by default when retrieving by name:

    • Bare metal (v1)

      • find_chassis

      • find_node

      • find_port

      • find_port_group

      • find_volume_connector

      • find_volume_target

Upgrade Notes

  • The following volume (v2 and v3) helpers have been renamed:

    • reset_snapshot -> reset_snapshot_status

    • reset_backup -> reset_backup_status

    • reset_group_state -> reset_group_status

    • reset_group_snapshot_state -> reset_group_snapshot_status

    Aliases are provided for backwards compatibility.

Bug Fixes

  • Fixed DNS secondary zone creation. Now secondary zones do not require email not ttl, as both get overriden by the following zone transfer.