mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8443: display the right hypervisor type
This commit is contained in:
parent
87fdb521f0
commit
778b828af0
|
|
@ -65,7 +65,7 @@ def getUserInputs():
|
|||
if oldHypervisor == "":
|
||||
oldHypervisor = "kvm"
|
||||
|
||||
hypervisor = raw_input("Please input the Hypervisor type kvm/lxc:[%s]"%oldCluster)
|
||||
hypervisor = raw_input("Please input the Hypervisor type kvm/lxc:[%s]"%oldHypervisor)
|
||||
if hypervisor == "":
|
||||
hypervisor = oldHypervisor
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue