disk.create() requires a sr.
This commit is contained in:
parent
a7203e9a17
commit
788526d6eb
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user