releases/deliverables/ocata/python-novaclient.yaml
Matt Riedemann cfc3fb00dd ocata: release python-novaclient 7.0.0
This is a major version bump as there are several changes
involved which dropped deprecated functionality.

Change-Id: I1459bba8f16945d23ca2c16eb6714669b8215c15
2016-12-20 14:28:30 -05:00

26 lines
1.1 KiB
YAML

---
include-pypi-link: true
launchpad: python-novaclient
release-model: cycle-with-intermediary
team: nova
type: library
release-notes: http://docs.openstack.org/releasenotes/python-novaclient/unreleased.html
releases:
- version: 7.0.0
projects:
- repo: openstack/python-novaclient
hash: 69d05c6774b9244ee1c6b7f8283f87422bb51b34
highlights: >
- Several bug fixes and support added for new microversions. The
highest supported microversion in this release is 2.40.
- The internal HTTPClient has been removed and the internal Keystone v3
based SessionClient is always used now. As such, there are several
deprecated arguments which are now unused when calling the top level
novaclient.client.Client factory method.
- Additional options are added to help with filtering and paging of
flavors and server group resources.
- Support for non-Keystone auth systems via stevedore hooks has been
removed.
- Python 3.5 is officially supported.
- Several deprecated commands have been removed.