disk.create() requires a sr.

This commit is contained in:
Julien Fontanet 2015-06-24 17:02:25 +02:00
parent a7203e9a17
commit 788526d6eb

View File

@ -15,7 +15,7 @@ create.description = 'create a new disk on a SR'
create.params = {
name: { type: 'string' },
size: { type: 'string' },
sr: { type: 'string', optional: true }
sr: { type: 'string' }
}
create.resolve = {