cloudstack: add CS_HYPERVISORS constant

pull/14273/head
Rene Moser 9 years ago
parent 0e551e6d46
commit 6c641fb6a8

@ -35,6 +35,18 @@ try:
except ImportError:
has_lib_cs = False
CS_HYPERVISORS = [
"KVM", "kvm",
"VMware", "vmware",
"BareMetal", "baremetal",
"XenServer", "xenserver",
"LXC", "lxc",
"HyperV", "hyperv",
"UCS", "ucs",
"OVM", "ovm",
"Simulator", "simulator",
]
def cs_argument_spec():
return dict(
api_key = dict(default=None),

Loading…
Cancel
Save