350d6f5337
Adds os-keypairs to the core list for the V3 API. Rename os-keypairs to keypairs as part of this change. Fixes some incorrect urls in test_keypairs which still included the tenant id Updates api samples for servers since keypairs is now core and forms part of the response by default +DocImpact Partially implements blueprint nova-v3-api Change-Id: I8cdf52be0c8b19f7704848029a78373da8018cab
18 lines
538 B
JSON
18 lines
538 B
JSON
{
|
|
"servers": [
|
|
{
|
|
"id": "22c91117-08de-4894-9aa9-6ef382400985",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v3/servers/22c91117-08de-4894-9aa9-6ef382400985",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/servers/22c91117-08de-4894-9aa9-6ef382400985",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "new-server-test"
|
|
}
|
|
]
|
|
} |