rally-openstack/CHANGELOG.rst

2.6 KiB

Changelog

[Unreleased]

Start a fork of rally/plugins/openstack module of original OpenStack Rally project

Added

  • GnocchiArchivePolicy.list_archive_policy
  • GnocchiArchivePolicy.create_archive_policy
  • GnocchiArchivePolicy.create_delete_archive_policy
  • GnocchiResourceType.list_resource_type
  • GnocchiResourceType.create_resource_type
  • GnocchiResourceType.create_delete_resource_type
  • NeutronSubnets.delete_subnets
  • [ci] New Zuul V3 native jobs

Changed

  • Methods for association and dissociation floating ips were deprecated in novaclient a year ago and latest major release (python-novaclient 10) doesn't include them. These actions should be performed via neutronclient now. It is not as simple as it was via Nova-API and you can find more neutron-related atomic actions in results of scenarios.

Removed

  • os-hosts CLIs and python API bindings had been deprecated in python-novaclient 9.0.0 and became removed in 10.0.0 release. This decision affected 2 scenarios NovaHosts.list_hosts and NovaHosts.list_and_get_hosts which become redundant and we cannot leave them (python-novaclient doesn't have proper interfaces any more).

Fixed

  • The support of kubernetes python client (which is used by Magnum plugins) is not limited by 3.0.0 max version. You can use more modern releases of that library.