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

feature #1307: Add attach/detach scripts to install.sh

This commit is contained in:
Tino Vazquez 2012-06-18 16:50:26 +02:00
parent c61373a0a8
commit 08b2ead4ce
3 changed files with 2 additions and 0 deletions

View File

@ -694,6 +694,8 @@ VMM_EXEC_XEN_SCRIPTS="src/vmm_mad/remotes/xen/cancel \
#-------------------------------------------------------------------------------
VMM_EXEC_VMWARE_SCRIPTS="src/vmm_mad/remotes/vmware/cancel \
src/vmm_mad/remotes/vmware/attach_disk \
src/vmm_mad/remotes/vmware/detach_disk \
src/vmm_mad/remotes/vmware/deploy \
src/vmm_mad/remotes/vmware/migrate \
src/vmm_mad/remotes/vmware/restore \

0
src/vmm_mad/remotes/vmware/attach_disk Normal file → Executable file
View File

0
src/vmm_mad/remotes/vmware/detach_disk Normal file → Executable file
View File