aboutsummaryrefslogtreecommitdiffstats
path: root/app/install/db/clique_constraints.json
blob: e317c3d1ea9ea61cca51263ee286cadb608b781c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
{ 
    "focal_point_type" : "instance", 
    "constraints" : [
        "network"
    ]
},
{ 
    "focal_point_type" : "vservice", 
    "constraints" : [
        "network"
    ]
},
{ 
    "constraints" : [
        "network"
    ], 
    "focal_point_type" : "network"
}
]