e00c89e965
The /v2.0/tenant routes are incorrectly in the OS-KSADM APIs. They should be in the v2-admin APIs. Move the sample files accordingly and remove any unused sample files. Route link: https://github.com/openstack/keystone/blob/master/keystone/v2_crud/admin_crud.py#L60-L79 Change-Id: I6e6dd4bbfdb8b46fb146db089eaeaaa1f6d2d86a
9 lines
145 B
JSON
9 lines
145 B
JSON
{
|
|
"tenant": {
|
|
"id": "1234",
|
|
"name": "ACME corp",
|
|
"description": "A description ...",
|
|
"enabled": true
|
|
}
|
|
}
|