Add keypairs_links into resp

v2.35 added keypairs_links into resp param list,
this patch added it to the api-ref

Implements: blueprint api-ref-in-rst

Change-Id: Id62dc61c169c772510b727b7666ae38a555e4247
This commit is contained in:
jichenjc 2016-09-09 10:30:14 +08:00
parent 6228068b1b
commit 7b9e340c80
2 changed files with 11 additions and 0 deletions

View File

@ -37,6 +37,7 @@ Response
- fingerprint: keypair_fingerprint
- type: keypair_type
- user_id: keypair_userid
- keypairs_links: keypair_links
**Example List Keypairs: JSON response**

View File

@ -2708,6 +2708,16 @@ keypair_fingerprint:
type: string
description: |
The fingerprint for the keypair.
keypair_links:
description: |
Links pertaining to keypair. See `API Guide / Links and
References
<http://developer.openstack.org/api-guide/compute/links_and_references.html>`_
for more info.
in: body
type: array
required: false
min_version: 2.35
keypair_name:
in: body
required: true