b1e2b0459c
The user_id attribute should be shown for end user or other project(eg:ceilometer, cloudkitty). And it should consistent with other cinder command to be shown. Change-Id: I629bacb73135fd7756f6008b5c376a8ab0f0df6a Closes-Bug: #1614095
20 lines
664 B
JSON
20 lines
664 B
JSON
{
|
|
"snapshots": [
|
|
{
|
|
"status": "available",
|
|
"metadata": {
|
|
"name": "test"
|
|
},
|
|
"os-extended-snapshot-attributes:progress": "100%",
|
|
"name": "test-volume-snapshot",
|
|
"user_id": "40c2102f4a554b848d96b14f3eec39ed",
|
|
"volume_id": "173f7b48-c4c1-4e70-9acc-086b39073506",
|
|
"os-extended-snapshot-attributes:project_id": "bab7d5c60cd041a0a36f7c4b6e1dd978",
|
|
"created_at": "2015-11-29T02:25:51.000000",
|
|
"size": 1,
|
|
"id": "b1323cda-8e4b-41c1-afc5-2fc791809c8c",
|
|
"description": "volume snapshot"
|
|
}
|
|
]
|
|
}
|