]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add resource_data table for free-form key/value data.
authorJason Dunsmore <jasondunsmore@gmail.com>
Thu, 11 Jul 2013 21:26:06 +0000 (16:26 -0500)
committerJason Dunsmore <jasondunsmore@gmail.com>
Thu, 11 Jul 2013 21:26:06 +0000 (16:26 -0500)
commite85a80a8ad8b333cdf51965a92764dcd29323d1d
treee2601a76399d513c8817d1ac95270756eac6aeb3
parent535c44108ba78592982fd2dec3334a97fbf0da9b
Add resource_data table for free-form key/value data.

This can be used to store arbitrary resource-specific data, such as
SSH keys.

Blueprint resource-data.

Change-Id: Ic148bd131f528a676904c8f37fd6deb936917152
heat/db/sqlalchemy/api.py
heat/db/sqlalchemy/migrate_repo/versions/021_resource_data.py [new file with mode: 0644]
heat/db/sqlalchemy/models.py
heat/engine/resource.py
heat/tests/test_sqlalchemy_api.py [new file with mode: 0644]