2018-09-04 14:07:11 -05:00
|
|
|
---
|
2019-07-08 14:31:58 -05:00
|
|
|
include-pypi-link: true
|
2018-09-04 14:07:11 -05:00
|
|
|
launchpad: python-novaclient
|
|
|
|
release-model: cycle-with-intermediary
|
|
|
|
team: nova
|
|
|
|
type: client-library
|
|
|
|
repository-settings:
|
|
|
|
openstack/python-novaclient: {}
|
2018-10-23 19:13:41 -05:00
|
|
|
releases:
|
|
|
|
- projects:
|
|
|
|
- hash: 578b37f99419293f7c9eb38d3f71ab164e774b79
|
|
|
|
repo: openstack/python-novaclient
|
|
|
|
version: 11.1.0
|
2019-02-08 21:23:55 +00:00
|
|
|
- projects:
|
|
|
|
- hash: 8eb7d1c5cc0d30c9e68aeb62dd7c73e4377e9fb0
|
|
|
|
repo: openstack/python-novaclient
|
|
|
|
version: 12.0.0
|
Release python-novaclient 13.0.0
This is a major version bump because of the 2.68 change:
https://docs.openstack.org/releasenotes/python-novaclient/unreleased.html#upgrade-notes
"Added support for microversion 2.68, which removes the --force option
from the nova evacuate, nova live-migration, nova host-evacuate and nova
host-evacuate-live commands."
Since the nova CLI negotiates the max microversion to use between the
client and server, if this is running against a Stein nova-api it will
remove the --force option from those commands, so someone whose script
is not pinned to a particular microversion and is using the
--force option would break. Granted, they can simply pass
--os-compute-api-version=2.67 to work around that, and probably should
have been pinning the requested version in scripts anyway to avoid
backward incompatible API changes on the CLI, i.e. the CLI behavior is
akin to passing microversion 2.latest which you shouldn't really do if
you're going for stability, and we have said in the past that the nova
CLI is not a bash SDK. So the major bump is possibly unnecessary, but
safe.
Co-Authored-By: Matt Riedemann <mriedem.os@gmail.com>
Change-Id: I1212ccc59dfb5d06f607d9f1f75a409bb8ef5500
2019-03-07 08:31:03 -06:00
|
|
|
- projects:
|
|
|
|
- hash: 62bf8809c660ed0675f301c235b1d434caeaf580
|
|
|
|
repo: openstack/python-novaclient
|
|
|
|
version: 13.0.0
|
2019-06-10 14:26:37 +01:00
|
|
|
- projects:
|
|
|
|
- hash: ef842ca0d834a52b1dfb1ae5155cbd4993a599a1
|
|
|
|
repo: openstack/python-novaclient
|
|
|
|
version: 13.0.1
|
2019-10-30 09:51:02 -04:00
|
|
|
- projects:
|
|
|
|
- hash: c7e793c22e72d4d426a6d10e9c2cfa426fedd365
|
|
|
|
repo: openstack/python-novaclient
|
|
|
|
version: 13.0.2
|
2020-11-11 21:09:27 +01:00
|
|
|
- version: stein-em
|
|
|
|
projects:
|
|
|
|
- repo: openstack/python-novaclient
|
|
|
|
hash: c7e793c22e72d4d426a6d10e9c2cfa426fedd365
|
2022-10-24 20:30:25 +02:00
|
|
|
- version: stein-eol
|
|
|
|
projects:
|
|
|
|
- repo: openstack/python-novaclient
|
|
|
|
hash: c7e793c22e72d4d426a6d10e9c2cfa426fedd365
|
2019-03-18 14:11:46 +01:00
|
|
|
branches:
|
|
|
|
- location: 13.0.0
|
|
|
|
name: stable/stein
|
2019-03-25 15:47:23 -05:00
|
|
|
release-notes: https://docs.openstack.org/releasenotes/python-novaclient/stein.html
|