8f94547532
Ports os-networks extension and adapts it to the v2.1/v3 API framework. API behaviour is identical. - unittest code modified to share testing with both v2/v2.1 - Adds expected error decorators for API methods Partially implements blueprint v2-on-v3-api Change-Id: I94b7b476cbb02725a396725a379417b64afd58a7
13 lines
293 B
JSON
13 lines
293 B
JSON
{
|
|
"network": {
|
|
"label": "new net 111",
|
|
"cidr": "10.20.105.0/24",
|
|
"mtu": 9000,
|
|
"dhcp_server": "10.20.105.2",
|
|
"enable_dhcp": false,
|
|
"share_address": true,
|
|
"allowed_start": "10.20.105.10",
|
|
"allowed_end": "10.20.105.200"
|
|
}
|
|
}
|