]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add DB API to get the count of stacks per tenant
authorClint Byrum <clint@fewbar.com>
Fri, 6 Sep 2013 17:34:53 +0000 (10:34 -0700)
committerClint Byrum <clint@fewbar.com>
Fri, 6 Sep 2013 17:34:53 +0000 (10:34 -0700)
commit350f48f505ed4dea8af5aed0d735b7d548411ee8
tree3b9125b55e6f3ec7648783472ce3b1a33dea88e9
parent340dc1bdd2a14ca866e9d45f09a616359bc7521f
Add DB API to get the count of stacks per tenant

This method will be used to limit the number of stacks any one tenant
can create.

Change-Id: Ic990bf84fc1aa5592504f7c423fbce953615a4a1
heat/db/api.py
heat/db/sqlalchemy/api.py
heat/tests/test_sqlalchemy_api.py