nova/doc/api_samples/os-hosts/hosts-list-resp.json
Stephen Finucane f5c3ea2f1e nova-net: Migrate 'test_hosts' functional tests
Another case of there being no nova-network host.

Change-Id: I51df797df4e1b77f70fe3dd87374737e650c27d9
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2019-10-04 15:44:38 +00:00

20 lines
465 B
JSON

{
"hosts": [
{
"host_name": "b6e4adbc193d428ea923899d07fb001e",
"service": "conductor",
"zone": "internal"
},
{
"host_name": "09c025b0efc64211bd23fc50fa974cdf",
"service": "compute",
"zone": "nova"
},
{
"host_name": "abffda96592c4eacaf4111c28fddee17",
"service": "scheduler",
"zone": "internal"
}
]
}