]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Convert Stack to separate action/status
authorSteven Hardy <shardy@redhat.com>
Tue, 18 Jun 2013 17:07:57 +0000 (18:07 +0100)
committerSteven Hardy <shardy@redhat.com>
Wed, 19 Jun 2013 15:10:51 +0000 (16:10 +0100)
commite85078924d6af9f6c7813fb466728113305f809a
tree5ac8daaa95252dd82e3dd11139bfc760c339a1bc
parentce4e39d615def9f1181242a168445e8958321c27
Convert Stack to separate action/status

Next and hopefully final step in decoupling action/status

This adjusts the Stack DB columns, model and class to be consistent with
Event/Resource, and split action/status.  This also modifies the both
APIs to join the action/status to avoid changing the API

Change-Id: Ifbdf254c62cad271b775b88de5b873f4e0b6d736
17 files changed:
heat/api/cfn/v1/stacks.py
heat/api/openstack/v1/stacks.py
heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py [new file with mode: 0644]
heat/db/sqlalchemy/models.py
heat/engine/api.py
heat/engine/parser.py
heat/engine/stack_resource.py
heat/engine/watchrule.py
heat/rpc/api.py
heat/tests/test_api_cfn_v1.py
heat/tests/test_api_openstack_v1.py
heat/tests/test_engine_service.py
heat/tests/test_metadata_refresh.py
heat/tests/test_nested_stack.py
heat/tests/test_parser.py
heat/tests/test_vpc.py
heat/tests/test_watch.py