diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-30 19:33:07 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-30 19:33:07 -0700 |
| commit | a3cc377f9dbe57195ef5f49f3f02a2178dc50cb1 (patch) | |
| tree | 83134c493092a6b54adfee20e35c1e0ae0c868e8 /nova/volume | |
| parent | ed76ee9e823071c1c94db10907cc6a2bd725a999 (diff) | |
Fix Tests
Diffstat (limited to 'nova/volume')
| -rw-r--r-- | nova/volume/service.py | 2 |
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), |
