11 Commits

Author SHA1 Message Date
Előd Illés
4820067978 [nova] Proposing EOL of Queens, Rocky and Stein
This patch transition stable/queens, stable/rocky, stable/stein
branches of Nova team's repositories to End of Life.
Mail was sent to ML [1] with details about the reasons.

[1] https://lists.openstack.org/pipermail/openstack-discuss/2022-October/030980.html

Change-Id: I06c6488b8fb8d780dd38c5e25dfd2e4545427745
2022-10-24 20:31:14 +02:00
Előd Illés
a1b4d5e680 [nova] Transition Stein to EM
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
2020-11-11 21:09:27 +01:00
Matt Riedemann
aa2d2922ce python-novaclient: release stein 13.0.2
Change-Id: Ic6e481abd78a1d5633d1da611bac66b0f97ba1fd
2019-10-30 09:51:02 -04:00
Sean McGinnis
1704aa624a
Raise YAML compliance to 1.2
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>
2019-07-31 09:34:38 -05:00
Stephen Finucane
309b2b0249 Release python-novaclient 13.0.1
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>
2019-06-10 14:26:37 +01:00
Sean McGinnis
24f09515e4
Add release note links
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>
2019-03-25 15:47:23 -05:00
Thierry Carrez
058beaebd1 Create stable/stein branches for all libraries
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
2019-03-18 14:11:46 +01:00
Eric Fried
a4ac96928e 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 16:25:07 +00:00
melanie witt
cae34e7e8f python-novaclient: release stein 12.0.0
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
2019-02-08 21:30:00 +00:00
Sean McGinnis
c4621e524d
Release python-novaclient 11.1.0
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>
2018-10-23 19:13:41 -05:00
Sean McGinnis
202374cac3
Add Stein deliverable files
Adds deliverable stubs based on what was released in Rocky.

Change-Id: Idf2cd7b396da6e43f31b191f6646cce3749bf680
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-09-04 14:07:11 -05:00