From fac7d6f2d23afa94983ab3b09d4c101d85a653d0 Mon Sep 17 00:00:00 2001 From: Vishakha Agarwal Date: Thu, 9 Aug 2018 08:41:36 +0530 Subject: [PATCH] Quota details for key_pair "in_use" is 0. This patch updates the api-ref for 'in_use' field of quota details for keypair which is always 0 as it is user dependant parameter. Closes-Bug: #1644457 Change-Id: I0323c411126314ddf3d689dc3120b039256ae81a --- api-ref/source/parameters.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 11c0364b44..930e706cb1 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -3958,6 +3958,11 @@ key_pairs_quota_details: description: | The object of detailed key pairs quota, including in_use, limit and reserved number of key pairs. + + .. note:: ``in_use`` field value for keypair quota details is always + zero. In Nova, key_pairs are a user-level resource, not a project- + level resource, so for legacy reasons, the keypair in-use information + is not counted. in: body required: true type: object