]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Introduce a schema for attributes
authorRandall Burt <randall.burt@rackspace.com>
Thu, 13 Jun 2013 17:41:50 +0000 (12:41 -0500)
committerRandall Burt <randall.burt@rackspace.com>
Wed, 19 Jun 2013 22:51:03 +0000 (17:51 -0500)
commit42de0c9a3cec897161c145c3d0ae8e10e3b19d5b
treeb64c3f7f385ddfb58d17f3abb699be5391febc07
parent8805221195a3f6b9e33a791512da9bff27e658f1
Introduce a schema for attributes

Similar to properties, adds attribute_schema and attributes members to
Resources in order to facilitate document generation and template
provider stubs for resources.

Change-Id: I5e207360816fbc685c66db68a7fab8afad11bf10
Implements: blueprint attributes-schema
heat/engine/attributes.py [new file with mode: 0644]
heat/engine/resource.py
heat/tests/generic_resource.py
heat/tests/test_attributes.py [new file with mode: 0644]