]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make sure that there's a way of creating a subnet without a gateway
authorNachi Ueno <nachi@nttmcl.com>
Thu, 2 Aug 2012 22:46:45 +0000 (22:46 +0000)
committerNachi Ueno <nachi@nttmcl.com>
Mon, 13 Aug 2012 15:00:59 +0000 (15:00 +0000)
commit795711f763a03bd7ae2b5f980a02af62f3a6b382
tree34ed4ce4e8103da71fec245563b59be7709969bd
parentf3b64410af40fd59310afefbc6081b2564dafdf9
Make sure that there's a way of creating a subnet without a gateway

Fixes bug 1028646
You can use null for gateway ip.

Change-Id: I969112ad46efa22203db40106d4e35dce1757165
quantum/api/v2/attributes.py
quantum/db/db_base_plugin_v2.py
quantum/tests/unit/test_db_plugin.py