]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat dbapi rename stack_get_by_tenant
authorSteven Hardy <shardy@redhat.com>
Thu, 15 Nov 2012 09:12:31 +0000 (09:12 +0000)
committerSteven Hardy <shardy@redhat.com>
Thu, 15 Nov 2012 09:12:31 +0000 (09:12 +0000)
commit27c5ea86f3c888be909788e40688624cc9b71b10
tree2c8ab668e526efe646bf016418633eb64f0e3576
parent6ebde1b8f902be7a3ac71b5b85f5060d10f16a8c
heat dbapi rename stack_get_by_tenant

Rename stack_get_by_tenant to stack_get_all_by_tenant
This aligns better with other dbapi calls and better describes
the actual purpose of the call

Change-Id: If410220f8423f31718e6bcbfeca62a45c94c4d18
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/db/api.py
heat/db/sqlalchemy/api.py
heat/engine/service.py