summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-14 01:57:43 +0000
committerGerrit Code Review <review@openstack.org>2015-10-14 01:57:43 +0000
commitcfecd8ebe0c3baf259142615e94d698fc0b4169f (patch)
tree3ea78a3f822f0e13af2ea8f38c4a635155ad6f92
parent92f3d35d5b6ba54704096288fb2a5ae93f5e1985 (diff)
parenta8930cee750fe98b2ef1b519ac9fcf1487a85ba4 (diff)
downloadpython-cinderclient-cfecd8ebe0c3baf259142615e94d698fc0b4169f.tar.gz
Merge "Add note for broken cinderclient versions 1.2.?"
-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.