api: Address issues with instance actions API
The user_id and project_id fields can be null. Explain why. Change-Id: I34353ec7e55845a83f5e2f1dc4b41dead4ac5c81 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
@@ -5893,6 +5893,7 @@ project_id_server:
|
||||
project_id_server_action:
|
||||
description: |
|
||||
The ID of the project which initiated the server action.
|
||||
This can be ``null`` for ``nova-manage``-initiated actions.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
@@ -7395,6 +7396,7 @@ user_id_migration_2_80:
|
||||
user_id_server_action:
|
||||
description: |
|
||||
The ID of the user which initiated the server action.
|
||||
This can be ``null`` for ``nova-manage``-initiated actions.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user