We want to do this minor release to get some things flushed out before
we start tackling backwards incompatible changes that will trigger a
major version bump to 3.0, like removing the novaclient.v1_1 module.
Changes since 2.34.0:
e9268e9 Functional tests for os-extended-server-attributes
5f5ec35 Add v2 support for optional project_id in version discovery urls
c6a3c76 Check flavor option before image checks
4f16fe6 make project_id optional in urls for version discovery
09bb834 Refactor parsing metadata to a common function
The upper-constraints change is:
I07d33438cd5f13c5c16498b4b275eead7bac244b
Change-Id: I4552b113efd8087ac942405c3c75e12da0f26d71
Add the mitaka page as the first item in the toctree so it is the "next"
page after the index page in the navigation structure.
Change-Id: I360a8fe91580f12e2ec4e11385bc5c9d38b16fbc
Show all of the release:independent projects release histories on a
separate page, now that they have moved out of the release series
directories.
Change-Id: I3fddbca590b1a8fcacc180a2730f0463dbcc0100
Remove from Liberty release page all deliverables that actually
don't have a stable/liberty branch (since they, in effect, don't
have a "liberty" release at all). Store those in a specific
releases directory.
Change-Id: I63cc10163dcc50c67ff23bd807b1a91394de7dc2
When trying to find a particular release request, it's more useful to
have the name of the thing and the version than a description like "fix
bug XYZ".
Change-Id: Ia42b76b7e27f0d24f50cacde15afb3087a2e75ec
Some of the tooz versions can be parsed as floats, so the YAML parser is
doing that automatically. Wrap them in quotes to force them to be
treated as strings.
Change-Id: I422b3b79714c4d01c27c631af822d4e17144c17a
Bug #1513919 was a regression introduced in 0.10 that manifest for users
of python-openstackclient.
Change-Id: I863c8ac5769d90e03f6418c7a9404445ce861870
A bug crept in to the 0.10.0 release where cache timing numbers started
being returned as strings. This corrects that. It also adds a workaround
for keystoneclient bug#1513839
Change-Id: I3f785865f0deda1ff0c529107a0cac4442c22259
Added methods to return Sessions and Client objects based on a given
config. Add Conoha public cloud. Reflect move of Auro to Neutron.
Moved vendor configs to json for easier sharing with other languages.
Requirements change bumping constraint:
https://review.openstack.org/242160
Change-Id: I0208feaeb0fc365d30c3fbed399b5c95e6d09ddd
2015.1.0 versions were erroneously added as Mistral liberty
releases, and the final Mistral liberty release was missing.
Change-Id: Iaf1bce02b987f750ac16328a26eaa13f0ab44159
Remove liberty file for Magnum and Solum: the 2015.1.0 version
listed there is their Kilo version, and they haven't tagged a
Liberty release yet.
Change-Id: Iacaef0c103c5e8a478cde264a9ed22594d7e1870
Deliverables which do not have any type were assumed to be
type:service deliverables and were listed with services,
resulting in a crowded and confusing output.
This patch makes sure they are listed in their own section.
It is still wrong for some of them (which should really have the
type:service tag), but less wrong than considering them all as
services.
Change-Id: I828b0fb245443cf5e3fb50c222da3f70c65a014b
This is a patch release request for a high priority bug fix where users
could request, by default, nova API microversions that the client does
not yet support which leads to failures.
Changes since 2.30.1:
mriedem@ubuntu:~/git/python-novaclient$ git log --oneline --no-merges
2.30.1..
dc49707 Set DEFAULT_OS_COMPUTE_API_VERSION to 2.5
Related-Bug: #1500688
Change-Id: Ide392b3a226d2f174e9b3627dbe183f5ff504f19
Where to start...
6bda37f498f5ecb262dbb5d27c3f1ff8a47369d8 requested 2.33.0 which we
needed to get 28bf8dd released.
The 2.33.0 tag is on a5363ae0d60d41feff23f6cca44fcd7aa9fc5b8b so we
wouldn't pick up 0cd5812 which removes the novaclient.v1_1 module and is
a backward incompatible change.
However, 2.33.0 contained 2961e82 which was also a backward incompatible
change, which was reverted with 63c7a57.
2.33.0 has been blacklisted from global-requirements:
I6e7657b60308b30eed89b269810c1f37cce43063
Now we want to release a new version to include that revert. Note that
we reverted the removal of the novaclient.v1_1 module since that would
have also been a backward incompatible change. We reverted that so we
could release this as 2.34 with bug fixes. Once this is released we'll
redo the removal of the novaclient.v1_1 module and release that as
3.0.0.
Changes since 2.33.0:
mriedem@ubuntu:~/git/python-novaclient$ git log --oneline --no-merges
2.33.0..
036d42d Revert "Remove novaclient.v1_1 module"
63c7a57 Revert "Do not expose exceptions from requests library"
217e7c1 Updated from global requirements
0cd5812 Remove novaclient.v1_1 module
Related-Bug: #1510790
Change-Id: I4fc044e518a5cc5ea7b309a2824984a7035945bd
The 2.32.0 release had d045019f0f2d28f26730b3617f7d7b993506b6e8 which
introduced bug 1508244 that is fixed with
28bf8ddb06a618bec280c9fbc21b4be6af2c1787 so we need to put out a new
release for that fix.
This is a minor version bump because of dependency updates, support for
microversion 2.6 was added.
Changes since 2.32.0:
217e7c1 Updated from global requirements
2961e82 Do not expose exceptions from requests library
cce7cd3 Support the server side remote-console API changes
28bf8dd Correct usage of API_MAX_VERSION and
DEFAULT_OS_COMPUTE_API_VERSION
727f104 Rely on devstack for clouds.yaml
262719d Updated from global requirements
1c401ed Updated from global requirements
a820c45 Use v2.0 in clouds.yaml auth_url for functional test job
afaa8a2 Increase timeout when testing admin timeout
d10486f Fix incorrect help for 'nova flavor-create'
Change-Id: Iad905cc29d6f1a3571f1245ca18078855a50178b
the first release of osc for the mitaka cycle.
requirements patch: https://review.openstack.org/#/c/236794/
Change-Id: Ib58135c4bda028123937b0cab49d67a10e9f8ff0