Add note for broken cinderclient versions 1.2.?

Version discovery was found to break deployments using proxies, so it was
reverted. This was introduced in python-cinderclient 1.2.0, persisted in
1.2.1 and 1.2.2, and reverted in 1.3.0 . The 1.2.? versions make note of this
in the release notes, and docs generated from release notes will now warn the
user of this.

Change-Id: Ia866dbf5f5d1c8afd7ff62b31758229f7b09bc99
Closes-Bug: #1503691
This commit is contained in:
scottda 2015-10-07 13:48:33 +00:00
parent 9ac2975363
commit a8930cee75
1 changed files with 6 additions and 0 deletions

View File

@ -53,11 +53,15 @@ MASTER
1.2.2
-----
* IMPORTANT: version discovery breaks deployments using proxies and has been
reverted in v1.3.0 . Do not use this version.
* Update requirements to resolve conflicts with other OpenStack projects
1.2.1
-----
* IMPORTANT: version discovery breaks deployments using proxies and has been
reverted in v1.3.0 . Do not use this version.
* Remove warnings about Keystone unable to contact endpoint for discovery.
* backup-create subcommand allows specifying --incremental to do an incremental
backup.
@ -77,6 +81,8 @@ MASTER
1.2.0
-----
* IMPORTANT: version discovery breaks deployments using proxies and has been
reverted in v1.3.0 . Do not use this version.
* Add metadata during snapshot create.
* Add TTY password entry when no password is environment vars or --os-password.
* Ability to set backup quota in quota-update subcommand.