diff options
Diffstat (limited to 'nova/volume')
| -rw-r--r-- | nova/volume/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/volume/api.py b/nova/volume/api.py index 34103a1f3..b4d5ac48d 100644 --- a/nova/volume/api.py +++ b/nova/volume/api.py @@ -54,7 +54,7 @@ class API(base.Base): pid = context.project_id LOG.warn(_("Quota exceeded for %(pid)s, tried to create" " %(size)sG volume") % locals()) - raise quota.QuotaError(_("Volume quota exceeded. You cannot " + raise exception.QuotaError(_("Volume quota exceeded. You cannot " "create a volume of size %sG") % size) if availability_zone is None: |
