Merge "api-ref: mark instance action events parameter as optional"

This commit is contained in:
Jenkins 2017-07-12 20:27:31 +00:00 committed by Gerrit Code Review
commit 6564a098bb
2 changed files with 8 additions and 3 deletions

View File

@ -63,8 +63,9 @@ Shows details for a server action.
Action details of deleted instances can be returned for requests later
than microversion 2.21.
Policy defaults enable only users with the administrative role to perform this operation.
Cloud providers can change these permissions through the ``policy.json`` file.
Policy defaults enable only users with the administrative role or the owner of
the server to perform this operation. Cloud providers can change these permissions
through the ``policy.json`` file.
Normal response codes: 200

View File

@ -3098,8 +3098,12 @@ injectNetworkInfo:
instance_action_events:
description: |
The events occurred in this action.
Policy defaults enable only users with the administrative role to see
instance action event information. Cloud providers can change these
permissions through the ``policy.json`` file.
in: body
required: true
required: false
type: array
instance_id_body:
description: |