MasterprojectOpenStack1516 / sourcecode

GNU General Public License v2.0
2 stars 2 forks source link

fixed #15

Closed snrlx closed 8 years ago

snrlx commented 8 years ago

Before, the script would simply start all inactive VMs in virsh and wait for their start. This is especially problematic if these VMs fail during their start, which causes a deadlock. With the fix, the script only tries to start the actually required VMs.