mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Revert "Override boot order defaults on vm creation"
This reverts commit d44698a959
.
This commit is contained in:
parent
c16c383b36
commit
2f0b113b05
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ def create_vm_task(user, name, cores, memory, disk, iso):
|
|||
register_starrs(starrs, name, app.config['STARRS_USER'], vm.get_mac(), ip)
|
||||
set_job_status(job, 'setting VM expiration')
|
||||
get_vm_expire(db, vmid, app.config['VM_EXPIRE_MONTHS'])
|
||||
vm.set_boot_order(['Hard Disk', 'CD-ROM', 'Network'])
|
||||
logging.info('[{}] VM successfully provisioned.'.format(name))
|
||||
set_job_status(job, 'complete')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue