v28.1.0 Release Notes

28.1.0 Release Notes

28.1.0

New Features

  • Add “QoS bandwidth limit rules” APIs to: “tempest/tests/lib/services/network/test_qos_limit_bandwidth_rules_client.py” module.

    • List bandwidth limit rules for QoS policy

    • Create bandwidth limit rule

    • Show bandwidth limit rule details

    • Update bandwidth limit rule

    • Delete bandwidth limit rule

  • Add a new client for keystone’s unified limits API to create and update limits.

  • Lists neutron’s Loggable resources API service clients are available in tempest/lib/services/network/loggable_resource_client.py module.

Upgrade Notes

  • Application credentials are supported by Keystone since Queens. As Tempest currently supports only much newer OpenStack versions (Ussuri or later), the configuration option which enables application credentials testing (CONF.identity-feature-enabled.application_credentials) is now enabled by default.

  • Project tags are supported by Keystone since Queens. As Tempest currently supports only much newer OpenStack versions (Ussuri or later), the configuration option which enables project tags testing (CONF.identity-feature-enabled.project_tags) is now enabled by default.

Deprecation Notes

  • Application credentials are supported by Keystone since Queens. As Tempest currently supports only much newer OpenStack versions (Ussuri or later), the configuration option which enables application credentials testing (CONF.identity-feature-enabled.application_credentials) is now deprecated.

  • Project tags are supported by Keystone since Queens. As Tempest currently supports only much newer OpenStack versions (Ussuri or later), the configuration option which enables project tags testing (CONF.identity-feature-enabled.project_tags) is now deprecated.