nova/nova/tests/functional/api_sample_tests/api_samples/os-hosts/hosts-list-resp.json.tpl

30 lines
668 B
Smarty

{
"hosts": [
{
"host_name": "%(host_name)s",
"service": "conductor",
"zone": "internal"
},
{
"host_name": "%(host_name)s",
"service": "compute",
"zone": "nova"
},
{
"host_name": "%(host_name)s",
"service": "consoleauth",
"zone": "internal"
},
{
"host_name": "%(host_name)s",
"service": "network",
"zone": "internal"
},
{
"host_name": "%(host_name)s",
"service": "scheduler",
"zone": "internal"
}
]
}