mirror of https://github.com/apache/cloudstack.git
new hypervisor type for simulator
This commit is contained in:
parent
1d27e541f9
commit
b7b6482131
|
|
@ -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