428828d851
Endpoints have no name property[1] so specifying one in an update request is incorrect, nor should we expect one in response to a create. [1] http://git.openstack.org/cgit/openstack/keystone/tree/keystone/catalog/schema.py?h=12.0.0#n90 Change-Id: I94ae15ef77872523920ed0b43fe5e09755766fb5
9 lines
186 B
JSON
9 lines
186 B
JSON
{
|
|
"endpoint": {
|
|
"interface": "public",
|
|
"region_id": "north",
|
|
"url": "http://example.com/identity/v3/endpoints/828384",
|
|
"service_id": "345678"
|
|
}
|
|
}
|