Skip to content

Commit ee95afe

Browse files
committed
Adding missing quotas fixture
1 parent 0ec93f0 commit ee95afe

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
HTTP/1.1 200 OK
2+
Content-Type: application/json
3+
4+
{
5+
"quotas":[
6+
{
7+
"subnet":1,
8+
"network":1,
9+
"floatingip":10,
10+
"tenant_id":"fake_tenant_1",
11+
"subnetpool":-1,
12+
"security_group_rule":100,
13+
"security_group":10,
14+
"router":1,
15+
"rbac_policy":10,
16+
"port":13
17+
},
18+
{
19+
"subnet":10,
20+
"network":10,
21+
"floatingip":50,
22+
"tenant_id":"fake_tenant_2",
23+
"subnetpool":-1,
24+
"security_group_rule":100,
25+
"security_group":10,
26+
"router":10,
27+
"rbac_policy":10,
28+
"port":50
29+
}
30+
]
31+
}

0 commit comments

Comments
 (0)