Merge "add description about key_name"

This commit is contained in:
Jenkins 2017-08-10 13:12:18 +00:00 committed by Gerrit Code Review
commit 9a66d039a1
1 changed files with 5 additions and 0 deletions

View File

@ -3453,9 +3453,14 @@ ip_range_delete:
key_name:
description: |
Key pair name.
.. note::
The ``null`` value allowed in Nova legacy v2 API, but due to the strict
input validation, it isn't allowed in Nova v2.1 API.
in: body
required: false
type: string
key_name_resp:
description: |
The name of associated key pair, if any.