6c74a145bc
Currently, command "nova server-group-list" and "nova server-group-get" doesn't return groups' project id and user id information. It is really hard to identify which group belong to which project/user when admin user use this command with option "--all-projects". This patch add project-id and user-id to the list. All os-server-groups APIs will contain the above mentioned data in the response data. DocImpact: This adds API microversion APIImpact: Project id information will be returned for os-servers-group API Change-Id: I0405ed6271c33981578841cfade220758615b1fd Implements: blueprint add-project-id-and-user-id Partial-bug: #1481210 Depends-On: I167141676ef4f597a1c022c1fd5dc96fd55d02ad
9 lines
246 B
YAML
9 lines
246 B
YAML
---
|
|
features:
|
|
- |
|
|
Project-id and user-id are now also returned in
|
|
the return data of os-server-groups APIs. In order
|
|
to use this new feature, user have to contain the
|
|
header of request microversion v2.13 in the API
|
|
request.
|