]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Handle list properties that do not contain objects
authorZane Bitter <zbitter@redhat.com>
Tue, 30 Oct 2012 20:50:00 +0000 (21:50 +0100)
committerZane Bitter <zbitter@redhat.com>
Mon, 5 Nov 2012 17:02:17 +0000 (18:02 +0100)
commitf8f6bf2a57dcf144a3360b9085d970b62372c06a
treef724920684ec4b611b15f4b7fd788202a2d32a3c
parent8e16b5168cba7765ccd3bbbdbcdff922e3769c13
Handle list properties that do not contain objects

The previous implementation of schema verfication on properties required
that the schema for the contents of a property list always be a map. Now
this is specified explicitly, so that in theory a property could also be a
list of Strings or Integers.

Change-Id: Icdd9a6c9f9b1e884f959c74f0803b7f3bd2aecc4
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/resources/autoscaling.py
heat/engine/resources/instance.py
heat/engine/resources/loadbalancer.py
heat/engine/resources/properties.py
heat/engine/resources/quantum/port.py
heat/engine/resources/quantum/subnet.py
heat/tests/test_properties.py