From a8930cee750fe98b2ef1b519ac9fcf1487a85ba4 Mon Sep 17 00:00:00 2001 From: scottda Date: Wed, 7 Oct 2015 13:48:33 +0000 Subject: [PATCH] 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 --- doc/source/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index c7b50d761..947209fb8 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.