This transition the stein branch to extended maintenance.
Changes for bugfixes and things the team deems important are
still encouraged, but there will no longer be official releases
off of the branch.
Please +1 if the team is ready for us to proceed with this
transition, or -1 if there are any final backports currently in
flight that we should wait for. For the latter case, please
update the patch with the new commit hash after doing a final
release to get those changes out so we know to proceed with the
transition.
Change-Id: I198ec2e6dd87abc51864c92eecddd32aca6a63bc
The YAML 1.2 spec was released in 2009. It's probably been enough time
that it's safe to move to it.
The only issue for out YAML usage was 1.2 dropped the use of Yes, No, On,
and Off as valid boolean values.
Change-Id: I608e09d219379e00cca15c5ff165bb63aecfe9f2
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Pick up a couple of bugfixes that have been included since 13.0.0 was
cut.
Change-Id: I1fd7fd693a401e7a370ac5743981a185511d5cd1
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This adds the release note links for the projects that have added their
stein landing pages so far.
Change-Id: I0a49815802a93e8c94845012b98703d24725ecd3
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Create stable/stein branches for all libraries and client libraries
that do not have them already. The branching point is the most
recent library release.
NB: ironic-lib, kuryr, metalsmith, octavia-lib, python-saharaclient,
python-zunclient and sushy already had stable/stein branches defined.
Change-Id: I2c584e497fb9fc21b3e0f580657b486672608d1e
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
This release contains bug fixes and:
- removes the deprecated 'novaclient.v2.contrib' modules
- removes the 'only_contrib' keyword argument for the
'novaclient.client.discover_extensions' method
- deprecates the '--instance-name' option from the 'nova list'
command
Change-Id: I815b4d4c5d5a8862e4141be21022c0756f67fdb5
This is the Stein milestone-1 release for python-novaclient to
release merged commits since the last release.
See [1] for more details on the new cycle-with-intermediary library
release changes.
[1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135689.html
We plan on processing this release November 1 unless we are told to hold
off, or earlier if we get a +1 from the PTL and/or release liaison
indicating that it is all clear to proceed.
Change-Id: Ibea9ee607b61b03115428a0bb9a6dd128952d0d8
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Adds deliverable stubs based on what was released in Rocky.
Change-Id: Idf2cd7b396da6e43f31b191f6646cce3749bf680
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>