]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Handle conversion of MAP properties to JSON params
authorRandall Burt <randall.burt@rackspace.com>
Tue, 9 Jul 2013 18:11:22 +0000 (13:11 -0500)
committerRandall Burt <randall.burt@rackspace.com>
Wed, 10 Jul 2013 19:07:21 +0000 (14:07 -0500)
commit4a42f6f0f424eba1e923ff8ff319cb08481d070c
treedeb8e983a5f0b9b2ec0dcb4273dbd747886b0a0d
parent64edc76c102584281c9aeff1861f0c559ca0a69b
Handle conversion of MAP properties to JSON params

Since JsonParameter takes either a string or a Mapping, just pass the property
value directly as is done with strings and numbers

contributes to blueprint provider-resource

Change-Id: I71d5c0d9e3fcf3ffea9a89d2c37888faec35cd4a
heat/engine/resources/template_resource.py
heat/tests/test_provider_template.py