]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add API tests for subnet-create with subnetpool
authorzengfagao <zengfa.gao@hp.com>
Thu, 2 Apr 2015 16:44:53 +0000 (09:44 -0700)
committerzengfagao <zengfa.gao@hp.com>
Fri, 3 Apr 2015 16:37:13 +0000 (09:37 -0700)
commit39a3c8aff262b6b8a1257b84ac2832d4d813b68a
tree60378f313885c7dff231a37a7dd208c6406323c6
parent7904c9c969a7869788b4d21a8ed33d7ec693d077
Add API tests for subnet-create with subnetpool

With subnetpool, we can create subnet with subnetpool.
User can specify CIDR or prefixlen for subnet allocation.
If neither is specified, CIDR will be chosen from the
pool using the default-prefixlen of the pool.

Change-Id: I2c4d81496e10826bed83a977ff0398f781d16c33
Partially-Implements: blueprint subnet-allocation
neutron/tests/api/test_subnetpools.py