summaryrefslogtreecommitdiff
path: root/nova/tests/integrated/api_samples/os-hosts/hosts-list-resp.json.tpl
blob: 9fb47106db6ac6cf987599a421f2b0609ebde93e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
    "hosts": [
        {
            "host_name": "%(host_name)s",
            "service": "compute",
            "zone": "nova"
        },
        {
            "host_name": "%(host_name)s",
            "service": "cert",
            "zone": "internal"
        },
        {
            "host_name": "%(host_name)s",
            "service": "network",
            "zone": "internal"
        },
        {
            "host_name": "%(host_name)s",
            "service": "scheduler",
            "zone": "internal"
        },
        {
            "host_name": "%(host_name)s",
            "service": "conductor",
            "zone": "internal"
        },
        {
            "host_name": "%(host_name)s",
            "service": "cells",
            "zone": "internal"
        },
        {
            "host_name": "%(host_name)s",
            "service": "consoleauth",
            "zone": "internal"
        }
    ]
}