From a4c86804e607c04c57d2146fed7bbac4ba5244dd Mon Sep 17 00:00:00 2001 From: jichenjc Date: Fri, 9 Sep 2016 22:01:00 +0800 Subject: [PATCH] Add description for v2.20 changes in api-ref v2.20 allows shelved and shelve_offload instance to attach and detach volume, add descriptions for that Implements: blueprint api-ref-in-rst-ocata Change-Id: Ib1349c2ef9d69cfc74212fd48ff10f913a5ce134 --- api-ref/source/os-volume-attachments.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api-ref/source/os-volume-attachments.inc b/api-ref/source/os-volume-attachments.inc index 4ffedc5b65d6..f56065ccdcd2 100644 --- a/api-ref/source/os-volume-attachments.inc +++ b/api-ref/source/os-volume-attachments.inc @@ -55,6 +55,9 @@ Normal response codes: 200 Error response codes: badRequest(400), unauthorized(401), forbidden(403), itemNotFound(404), conflict(409) +.. note:: From v2.20 attach a volume to an instance in SHELVED or SHELVED_OFFLOADED + state is allowed. + Request ------- @@ -166,6 +169,9 @@ Normal response codes: 202 Error response codes: badRequest(400), unauthorized(401), forbidden(403), itemNotFound(404), conflict(409) +.. note:: From v2.20 detach a volume from an instance in SHELVED or SHELVED_OFFLOADED + state is allowed. + Request -------