summaryrefslogtreecommitdiffstats
path: root/nova/volume
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2010-07-30 19:33:07 -0700
committerVishvananda Ishaya <vishvananda@gmail.com>2010-07-30 19:33:07 -0700
commita3cc377f9dbe57195ef5f49f3f02a2178dc50cb1 (patch)
tree83134c493092a6b54adfee20e35c1e0ae0c868e8 /nova/volume
parented76ee9e823071c1c94db10907cc6a2bd725a999 (diff)
Fix Tests
Diffstat (limited to 'nova/volume')
-rw-r--r--nova/volume/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/volume/service.py b/nova/volume/service.py
index 54496ad8d..e12f675a7 100644
--- a/nova/volume/service.py
+++ b/nova/volume/service.py
@@ -103,8 +103,8 @@ class VolumeService(service.Service):
except Exception, err:
pass
- @validate.rangetest(size=(0, 1000))
@defer.inlineCallbacks
+ @validate.rangetest(size=(0, 1000))
def create_volume(self, size, user_id, project_id):
"""
Creates an exported volume (fake or real),