summaryrefslogtreecommitdiffstats
path: root/nova/volume
diff options
context:
space:
mode:
Diffstat (limited to 'nova/volume')
-rw-r--r--nova/volume/api.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/volume/api.py b/nova/volume/api.py
index bb2e47aff..478c83486 100644
--- a/nova/volume/api.py
+++ b/nova/volume/api.py
@@ -47,7 +47,6 @@ class API(base.Base):
raise quota.QuotaError(_("Volume quota exceeded. You cannot "
"create a volume of size %sG") % size)
-
options = {
'size': size,
'user_id': context.user.id,