]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Identify stacks using tenant UUIDs
authorZane Bitter <zbitter@redhat.com>
Fri, 19 Oct 2012 14:15:13 +0000 (16:15 +0200)
committerZane Bitter <zbitter@redhat.com>
Fri, 19 Oct 2012 14:15:36 +0000 (16:15 +0200)
commit6ea813be339f8218cef6ceaa61bbe3a698783e09
treef39ad0cd6c9590921bc107f9280c75394d1b910b
parentdebeccde8f9d3e99d2addc843d718eaf1e588dfe
Identify stacks using tenant UUIDs

Tenant names may come and go, but UUIDs are universally unique. Therefore,
ownership of the stack should be keyed on the tenant_id, not the tenant
name.

Change-Id: I7ec410aeaeceb6319299935b5f34d7c4e9c63d67
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/api/openstack/v1/stacks.py
heat/db/sqlalchemy/api.py
heat/engine/manager.py
heat/engine/parser.py
heat/tests/test_api_cfn_v1.py
heat/tests/test_api_openstack_v1.py
heat/tests/test_engine_manager.py