newton: release python-novaclient 5.0.0

This is a major version release because of the following changes:

6f86679 Clean up deprecated CLI options
84f4e1e Raise an exception in v2.client for direct_use

Those are backward incompatible changes for deprecated usage
which will now result in an error.

Change-Id: I61013090c0742a325012f6d75b6c6552fb7064b9
This commit is contained in:
Matt Riedemann 2016-07-16 09:40:52 -04:00
parent 2c46b023df
commit a77e7bb0f0

@ -30,3 +30,16 @@ releases:
- A few commands now have newly deprecated options, read the change log
for more information.
- Routine dependency updates.
- version: 5.0.0
projects:
- repo: openstack/python-novaclient
hash: 5eb7b65f0d1aca4f62b5d5f451a99a43fd4265fc
highlights: >
- Several bug fixes and support added for new microversions. The
highest supported microversion in this release is 2.32.
- A few commands now have newly deprecated options, read the release
notes for more information.
- Some deprecated commands and support have been dropped and will now
result in errors if used. Read the release notes for more
information.
- Routine dependency updates.