]> git.proxmox.com Git - mirror_ovs.git/blame - ovsdb/_server.ovsschema
ovn-nbctl: Fix the ovn-nbctl test "LBs - daemon" which fails during rpm build
[mirror_ovs.git] / ovsdb / _server.ovsschema
CommitLineData
6bb9b060 1{"name": "_Server",
1b1d2e6d
BP
2 "version": "1.1.0",
3 "cksum": "3236486585 698",
6bb9b060
BP
4 "tables": {
5 "Database": {
6 "columns": {
7 "name": {"type": "string"},
1b1d2e6d
BP
8 "model": {
9 "type": {"key": {"type": "string",
10 "enum": ["set", ["standalone", "clustered"]]}}},
11 "connected": {"type": "boolean"},
12 "leader": {"type": "boolean"},
13 "schema": {
14 "type": {"key": {"type": "string"}, "min": 0, "max": 1}},
15 "cid": {
16 "type": {"key": {"type": "uuid"}, "min": 0, "max": 1}},
17 "sid": {
18 "type": {"key": {"type": "uuid"}, "min": 0, "max": 1}},
19 "index": {
20 "type": {"key": {"type": "integer"}, "min": 0, "max": 1}}},
6bb9b060 21 "isRoot": true}}}