1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-02 10:50:07 +03:00

feature #4215: change names for VMM reconfigure actions

This commit is contained in:
Javi Fontan 2016-01-29 16:28:31 +01:00
parent 5f1bacf81b
commit a7677a4e1e
4 changed files with 4 additions and 4 deletions

View File

@ -687,8 +687,8 @@ VMM_EXEC_KVM_SCRIPTS="src/vmm_mad/remotes/kvm/cancel \
src/vmm_mad/remotes/kvm/snapshot_revert \
src/vmm_mad/remotes/kvm/snapshot_delete \
src/vmm_mad/remotes/kvm/shutdown \
src/vmm_mad/remotes/kvm/cdrom_exec \
src/vmm_mad/remotes/kvm/cdrom_change"
src/vmm_mad/remotes/kvm/reconfigure \
src/vmm_mad/remotes/kvm/prereconfigure"
#-------------------------------------------------------------------------------
# VMM SH Driver Xen scripts, to be installed under $REMOTES_LOCATION/vmm/xen

View File

@ -861,7 +861,7 @@ class ExecDriver < VirtualMachineDriver
},
{
:driver => :vmm,
:action => :cdrom_eject,
:action => :prereconfigure,
:parameters => [:deploy_id, target_device]
},
{
@ -871,7 +871,7 @@ class ExecDriver < VirtualMachineDriver
},
{
:driver => :vmm,
:action => :cdrom_change,
:action => :reconfigure,
:parameters => [:deploy_id, target_device, target_path]
}
]