feat(vm copy): allow snapshot copy. Related to vatesfr/xo-web#1353

This commit is contained in:
Olivier Lambert 2016-08-08 14:07:27 +02:00
parent 45aeca3753
commit 33702c09a6

View File

@ -550,7 +550,7 @@ copy.params = {
}
copy.resolve = {
vm: [ 'vm', 'VM', 'administrate' ]
vm: [ 'vm', ['VM', 'VM-snapshot'], 'administrate' ]
sr: [ 'sr', 'SR', 'operate' ]
}