summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorscottda <scott.dangelo@hp.com>2015-10-07 13:48:33 +0000
committerscottda <scott.dangelo@hp.com>2015-10-07 13:48:33 +0000
commita8930cee750fe98b2ef1b519ac9fcf1487a85ba4 (patch)
tree82ac4953a15c247cb46385c09e3bdcb49e5ddab1 /doc/source
parent9ac29753635e2d8b57796a0ebfa0064ef98328f4 (diff)
downloadpython-cinderclient-a8930cee750fe98b2ef1b519ac9fcf1487a85ba4.tar.gz
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
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/index.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index c7b50d7..947209f 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -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.