Several fundamental changes recently happend in neutron:
- ryu -> os-ken switch
- policy-in-code support framework
- upgrade-checker framework
It is worth for a beta release.
Change-Id: I1d8733595bf48c289a16a6b3eeb787d39998d0ed
This is a fix release that was meant to be 17.0.8 but
17.0.8 mistakenly used the same git hash as 17.0.7, so
17.0.9 uses the correct git hash.
Change-Id: Ie75ae901ba7cde6bad072c9f68f9ae2eed7db8a4
karma-subunit-reporter's manual release history was recently
imported, except a tag named "v0.0.4" which was using an
incorrect name.
This review tags the same SHA with the more std. 0.0.4 tag to make
future releases possible.
Change-Id: I8097c3ed34f1c65f99cd603282c9efb7337d1d34
Of note is that I am omitting oslo.privsep because it has a
significant change that I don't want released right before everyone
leaves for the holidays.
Change-Id: Ib7c25755f3d529d28174741e4ae4ef4caa1f92a9
We've added some new parameters which are needed by the tripleoclient.
Change-Id: I637770c359f460536d5a7daadbad55f0b8147779
Needed-By: https://review.openstack.org/#/c/624532/
This is a minor version release due to dd8354e
introducing a new exit code to the 'nova-manage db
online_data_migrations' command as part of a bug fix.
Change-Id: Iabcea7273408b51a664163c34cebea590c08d498
This is an early cycle release, including some changes and new features
such as Network Policy Support.
Change-Id: I3eb552709c3b3ccf0de847c270e76e461549cdf5
os-resource-classes is a library within the nova project that provides
standard symbols for resource classes used by the placement service and
clients thereof. It is very similar to the os-traits library, on which
this file is based.
The library currently uses nova's launchpad, as it's expected to have
few bugs because it has no behaviors, just symbols.
Eventually it will be a part of the placement project, when the
separation is complete.
The release is required by placement iself, which would like to
start using this library as seen in
https://review.openstack.org/#/c/623556/
Change-Id: I18cb98de2286a81c0ed275184b4e189f698a2d9c
The openstackclient deliverable was never released (or published
to Pypi) while its documentation advises to use pip install.
This initial release fixes the issue.
Change-Id: I062f89d7111ac4329e3659483c917aa30bd47e91
This patch releases the following versions of Octavia:
stable/rocky 3.0.2
stable/queens 2.0.3
stable/pike 1.0.4
Change-Id: Iaa1a4698f6b378f0e8457b6a19dd6e897a954716
os-vif 1.13.0 had a resource leak which was adressed by
change I37ee291c22c2c3933ee229bfc939a4481898626c.
This change releases the fix for bug #1807949 and has
no other changes form 1.13.0.
Change-Id: I01b54d5d328e96a3b660bbaaab45d8caee881f01
Related-Bug: #1807949