
Previously sample JSON files are placed in the top directory of api-ref, but they belong to v2 API, so it sounds reasonable to place them in v2 directory. Preparation of API-ref cleanup. Part of blueprint neutron-in-tree-api-ref Change-Id: I7c63f570507c51526957988f9b21a4244bd6e58a
14 lines
271 B
JSON
14 lines
271 B
JSON
{
|
|
"subnetpool": {
|
|
"name": "my-subnet-pool",
|
|
"prefixes": [
|
|
"192.168.0.0/16",
|
|
"10.10.0.0/21"
|
|
],
|
|
"default_prefixlen": 25,
|
|
"min_prefixlen": 24,
|
|
"max_prefixlen": 30,
|
|
"shared": "false"
|
|
}
|
|
}
|