summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
Diffstat (limited to 'nova')
-rw-r--r--nova/volume/storage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/volume/storage.py b/nova/volume/storage.py
index 1401aef1d..9c58358bd 100644
--- a/nova/volume/storage.py
+++ b/nova/volume/storage.py
@@ -90,7 +90,7 @@ class BlockStore(object):
#TODO: aggregate the state of the system
pass
- @validate.rangetest(size=(0, 100))
+ @validate.rangetest(size=(0, 1000))
def create_volume(self, size, user_id, project_id):
"""
Creates an exported volume (fake or real),