From f0e5c7be176c05c47b75295cbd9db85333677c20 Mon Sep 17 00:00:00 2001 From: Ildiko Vancsa Date: Tue, 4 Jul 2017 14:28:17 +0200 Subject: [PATCH] Add 'reserved' status to api-ref Change-Id: If06f1e6e685df294f5009608a57c28680f66baff --- api-ref/source/v3/volumes-v3-volumes.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api-ref/source/v3/volumes-v3-volumes.inc b/api-ref/source/v3/volumes-v3-volumes.inc index aed7e286fcf..f095e4bbe40 100644 --- a/api-ref/source/v3/volumes-v3-volumes.inc +++ b/api-ref/source/v3/volumes-v3-volumes.inc @@ -23,6 +23,8 @@ status values are: +------------------+--------------------------------------------------------+ | available | The volume is ready to attach to an instance. | +------------------+--------------------------------------------------------+ +| reserved | The volume is reserved for attaching or shelved. | ++------------------+--------------------------------------------------------+ | attaching | The volume is attaching to an instance. | +------------------+--------------------------------------------------------+ | detaching | The volume is detaching from an instance. |