]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix typo in cinder/db/api.py
authorOllie Leahy <oliver.leahy@hp.com>
Tue, 29 Jan 2013 11:25:27 +0000 (11:25 +0000)
committerOllie Leahy <oliver.leahy@hp.com>
Tue, 29 Jan 2013 11:25:27 +0000 (11:25 +0000)
commitb79e1f485c85cbb16280adc8d590886e25694c87
treef4b151c5d7888d0f004462e6d3310e5b148ffab1
parent602da5b06b7bd2b16079305d2b2b90f88301f675
Fix typo in cinder/db/api.py

The api method quota_destroy_all_by_project() calls the implementation
quota_get_all_by_project()

Change-Id: I11927e1fd29c6248ce755dfd236bf0f9adf39d94
Fixes: bug #1108766
cinder/db/api.py
cinder/tests/test_quota.py