1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-13 13:17:39 +03:00

F #5422: Remove delete and delete-recreate (#1515)

from scheduler actions
This commit is contained in:
Sergio Betanzos 2021-10-08 12:27:30 +02:00 committed by GitHub
parent 59cd0e1a66
commit d892fde53b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -704,10 +704,7 @@ export const VM_ACTIONS_WITH_SCHEDULE = [
VM_ACTIONS.SNAPSHOT_DISK_DELETE,
VM_ACTIONS.SNAPSHOT_CREATE,
VM_ACTIONS.SNAPSHOT_REVERT,
VM_ACTIONS.SNAPSHOT_DELETE,
// Actions exists in scheduler only
'delete',
'delete-recreate'
VM_ACTIONS.SNAPSHOT_DELETE
]
/**