]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Generate property Schema objects directly from parameters
authorZane Bitter <zbitter@redhat.com>
Mon, 19 Aug 2013 18:51:45 +0000 (20:51 +0200)
committerZane Bitter <zbitter@redhat.com>
Wed, 21 Aug 2013 14:53:32 +0000 (16:53 +0200)
commit5769f8f31cb0c3173ec2775e61396d549a77383f
tree3d3dfe7265244b61da25ea7020d639576715b2b2
parent01924a501f1be863a665b2f0de93beb2ac63b994
Generate property Schema objects directly from parameters

Use Schema.from_parameter() instead of Property.schema_from_param() to
generate a property schema from a parameter schema.

Change-Id: I1049822057d954ddbb47027aad136f7b45541943
heat/engine/properties.py
heat/tests/test_properties.py