Merge "Add keypairs_links into resp"

This commit is contained in:
Jenkins 2016-09-19 09:15:22 +00:00 committed by Gerrit Code Review
commit 2fb995a8ab
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

@ -2646,6 +2646,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