diff options
| -rw-r--r-- | nova/db/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/db/api.py b/nova/db/api.py index 231df02f2..4e7f61208 100644 --- a/nova/db/api.py +++ b/nova/db/api.py @@ -1047,7 +1047,7 @@ def reservation_rollback(context, reservations): def quota_destroy_all_by_project(context, project_id): """Destroy all quotas associated with a given project.""" - return IMPL.quota_get_all_by_project(context, project_id) + return IMPL.quota_destroy_all_by_project(context, project_id) def reservation_expire(context): |
