mirror of https://github.com/apache/cloudstack.git
new hypervisor type for simulator
This commit is contained in:
parent
f06972b180
commit
5a154e5007
|
|
@ -28,6 +28,7 @@ public class Hypervisor {
|
|||
VirtualBox,
|
||||
Parralels,
|
||||
BareMetal,
|
||||
Simulator,
|
||||
|
||||
Any; /*If you don't care about the hypervisor type*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue