summaryrefslogtreecommitdiff
path: root/nova/tests/unit/integrated/api_samples/os-cells/cells-list-resp.json.tpl
blob: 3d7a6c207c33756a92c2de46485c1612250aecb2 (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
{
    "cells": [
        {
            "name": "cell1",
            "username": "username1",
            "rpc_host": null,
            "rpc_port": null,
            "type": "child"
        },
        {
            "name": "cell2",
            "username": "username2",
            "rpc_host": null,
            "rpc_port": null,
            "type": "parent"
        },
        {
            "name": "cell3",
            "username": "username3",
            "rpc_host": null,
            "rpc_port": null,
            "type": "child"
        },
        {
            "name": "cell4",
            "username": "username4",
            "rpc_host": null,
            "rpc_port": null,
            "type": "parent"
        },
        {
            "name": "cell5",
            "username": "username5",
            "rpc_host": null,
            "rpc_port": null,
            "type": "child"
        }
    ]
}