]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Drop duplicate sqlalchemy db api methods
authorBrian Waldon <bcwaldon@gmail.com>
Mon, 22 Oct 2012 21:17:40 +0000 (14:17 -0700)
committerBrian Waldon <bcwaldon@gmail.com>
Mon, 22 Oct 2012 21:31:55 +0000 (14:31 -0700)
commit921e13f644db987295d22530434f16319f2643aa
tree7d25ef87ce054c185728a4b55610b7cbf899c308
parent186e32da976b5b9a28952fceb967e2a7119b5851
Drop duplicate sqlalchemy db api methods

Several methods were redefined at the bottom of
cinder/db/sqlalchemy/api.py. They have been removed:
- quota_get
- quota_get_all_by_project
- quota_create
- quota_update
- quota_destroy
- quota_destroy_all_by_project
- quota_class_get
- quota_class_get_all_by_name
- quota_class_create
- quota_class_update
- quota_class_destroy
- quota_class_destroy_all_by_name
- quota_usage_get
- quota_usage_get_all_by_project
- quota_usage_create
- quota_usage_update
- quota_usage_destroy

Fix bug 1070033

Change-Id: I64b0b0045af7251853da97a8a8c4b2cb09b1dd53
cinder/db/sqlalchemy/api.py