Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
2b8d18e8
Commit
2b8d18e8
authored
Jul 08, 2014
by
Christos Stavrakakis
Browse files
cyclades: Fix typo
parent
db8afb92
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/volume/volumes.py
View file @
2b8d18e8
...
...
@@ -98,7 +98,7 @@ def _create_volume(server, user_id, project, size, source_type, source_uuid,
utils
.
check_name_length
(
name
,
Volume
.
NAME_LENGTH
,
"Volume name is too long"
)
utils
.
check_name_length
(
description
,
Volume
.
DESCRIPTION_LENGTH
,
"Volume
name
is too long"
)
"Volume
description
is too long"
)
validate_volume_termination
(
volume_type
,
delete_on_termination
)
if
index
is
None
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment