1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

M #~: Fix typo in vcenter vm_mad conf (#1536)

This commit is contained in:
Sergio Betanzos 2021-10-21 17:24:30 +02:00 committed by GitHub
parent b7c5dc6d93
commit 05d47fbc1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -598,7 +598,7 @@ VM_MAD = [
IMPORTED_VMS_ACTIONS = "terminate, terminate-hard, hold, release, suspend,
resume, delete, reboot, reboot-hard, resched, unresched, poweroff,
poweroff-hard, disk-attach, disk-detach, nic-attach, nic-detach,
snapshot-create, snapshot-delete, migrate, live-migrate
snapshot-create, snapshot-delete, migrate, live-migrate,
resize, updateconf, update"
]
#-------------------------------------------------------------------------------