Use 'project' instead of 'tenant' in descriptions. Accept either 'tenant_id' or 'project_id' in requests. Return both 'tenant_id' or 'project_id' in responses. Related Blueprint: keystone-v3 Change-Id: I606f7399dfb824ba08922470f6e46b0a150af33b
21 lines
652 B
JSON
21 lines
652 B
JSON
{
|
|
"metering_labels": [
|
|
{
|
|
"project_id": "45345b0ee1ea477fac0f541b2cb79cd4",
|
|
"tenant_id": "45345b0ee1ea477fac0f541b2cb79cd4",
|
|
"description": "label1 description",
|
|
"name": "label1",
|
|
"id": "a6700594-5b7a-4105-8bfe-723b346ce866",
|
|
"shared": false
|
|
},
|
|
{
|
|
"project_id": "45345b0ee1ea477fac0f541b2cb79cd4",
|
|
"tenant_id": "45345b0ee1ea477fac0f541b2cb79cd4",
|
|
"description": "label2 description",
|
|
"name": "label2",
|
|
"id": "e131d186-b02d-4c0b-83d5-0c0725c4f812",
|
|
"shared": false
|
|
}
|
|
]
|
|
}
|