]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Implement attribute schema for resources
authorRandall Burt <randall.burt@rackspace.com>
Thu, 13 Jun 2013 17:58:29 +0000 (12:58 -0500)
committerRandall Burt <randall.burt@rackspace.com>
Wed, 19 Jun 2013 23:59:54 +0000 (18:59 -0500)
commitcf9c45a40e68d8422290731676aff892afe63bb2
tree531a1c7d6f2f3906e060b5fddffd54811750fc43
parent42de0c9a3cec897161c145c3d0ae8e10e3b19d5b
Implement attribute schema for resources

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: Ie858fc71a91078e14af552d8cafe0f2448f5d2b8
Implements: blueprint attributes-schema
17 files changed:
heat/engine/resources/autoscaling.py
heat/engine/resources/dbinstance.py
heat/engine/resources/eip.py
heat/engine/resources/instance.py
heat/engine/resources/loadbalancer.py
heat/engine/resources/quantum/net.py
heat/engine/resources/quantum/port.py
heat/engine/resources/quantum/quantum.py
heat/engine/resources/quantum/router.py
heat/engine/resources/quantum/subnet.py
heat/engine/resources/s3.py
heat/engine/resources/stack.py
heat/engine/stack_resource.py
heat/tests/test_eip.py
heat/tests/test_loadbalancer.py
heat/tests/test_parser.py
heat/tests/test_s3.py