nova/doc/api_samples/os-hypervisors/hypervisors-list-resp.json
Giampaolo Lauria 605bf01cf3 Add API Sample tests for Hypervisors extension.
Partially implements blueprint nova-api-samples
Fixes bug 1091750

Change-Id: Ie8e6881ea3533cd43259548594d3debe377345a5
2013-02-20 14:55:37 +00:00

8 lines
118 B
JSON

{
"hypervisors": [
{
"hypervisor_hostname": "fake-mini",
"id": 1
}
]
}