cf63982eaf
Closes-Bug: #1157159 Change-Id: I59e5026878fdacfc41d7938c0f5736dc3d7a1dad author: diane fleming
15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"subnets": [
|
|
{"name": "sample_subnet_1",
|
|
"network_id": "a3775a7d-9f8b-4148-be81-c84bbd0837ce",
|
|
"cidr": "10.100.0.0/16",
|
|
"ip_version": 4
|
|
},
|
|
{
|
|
"name": "sample_subnet_2",
|
|
"network_id": "a3775a7d-9f8b-4148-be81-c84bbd0837ce",
|
|
"cidr": "172.16.0.0/12",
|
|
"ip_version": 4
|
|
}]
|
|
}
|