From e030aae8737c17d92beb9ff756d17c89489b173c Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Fri, 30 Sep 2016 10:05:59 -0700 Subject: [PATCH] Add the note of maximum microversion On the gate, we are limiting each maximum microversion for stable branches (Please see Id7ad136a4d79992e9df8d1aa463aff8fc58579ab as the reference). For doing that, we are checking each project maximum microversion for each release. This additional note will help us, and the format is the same as Nova's rest_api_version_history.rst. In addition, this patch fixes some weird rst format. Change-Id: I0f802fb4af5ded6186ab81ad28804b84824716e3 --- cinder/api/openstack/rest_api_version_history.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cinder/api/openstack/rest_api_version_history.rst b/cinder/api/openstack/rest_api_version_history.rst index 1659b1f24cc..1f5062885a9 100644 --- a/cinder/api/openstack/rest_api_version_history.rst +++ b/cinder/api/openstack/rest_api_version_history.rst @@ -184,9 +184,10 @@ user documentation. Added create/delete/update/list/show APIs for generic volume groups. 3.14 +---- Added group snapshots and create group from src APIs. ---- -3.15 +3.15 (Maximum in Newton) +------------------------ Added injecting the response's `Etag` header to avoid the lost update problem with volume metadata.