]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
OS::Quantum::Subnet resource, add enable_dhcp
authorSteven Hardy <shardy@redhat.com>
Tue, 25 Jun 2013 08:49:34 +0000 (09:49 +0100)
committerSteven Hardy <shardy@redhat.com>
Tue, 25 Jun 2013 08:53:30 +0000 (09:53 +0100)
commit120a3cd0c93eedcdb4b63148e9590b0c74a71cca
tree11c8ed6e013572c96c470cc0b1658aa91fa09714
parentcdb27991a38902f134ac6825d2a3d3bc3eab3171
OS::Quantum::Subnet resource, add enable_dhcp

Add enable_dhcp to the properties schema, since quantumclient
code indicates this is allowed in the body (not only expected
in the response as currently indicated by the docs)

Fixes bug #1194394

Change-Id: I19770b033696ea9a27b6e985a52bf2cfadb16f52
heat/engine/resources/quantum/subnet.py
heat/tests/test_quantum.py