nova/nova/tests/integrated/api_samples/servers-list-resp.json.tpl
Vishvananda Ishaya 8c168dd4fd Adds more servers list and servers details samples
This moves the servers detail test into the base servers test so
it runs with all_extensions as well. It also renames the
results to be consistent with the other tests. Finally it
adds test for servers-list both with and without extensions.

Change-Id: I6eed3932fa594f1a39faa55453461680781e6a9f
2012-09-12 14:57:52 -07:00

19 lines
429 B
Smarty

{
"servers": [
{
"id": "%(id)s",
"links": [
{
"href": "%(host)s/v2/openstack/servers/%(id)s",
"rel": "self"
},
{
"href": "%(host)s/openstack/servers/%(id)s",
"rel": "bookmark"
}
],
"name": "new-server-test"
}
]
}