
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
12 lines
280 B
JSON
12 lines
280 B
JSON
{
|
|
"server_group": {
|
|
"id": "5bbcc3c4-1da2-4437-a48a-66f15b1b13f9",
|
|
"name": "test",
|
|
"policies": ["anti-affinity"],
|
|
"members": [],
|
|
"metadata": {},
|
|
"project_id": "c7c9f4f175e247acb56c108fd724d667",
|
|
"user_id": "fake"
|
|
}
|
|
}
|