CLOUDSTACK-8443: display the right hypervisor type
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/778b828a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/778b828a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/778b828a Branch: refs/heads/master Commit: 778b828af0d223299f093e2e7262ce4ad525f244 Parents: 87fdb52 Author: Remi Bergsma <[email protected]> Authored: Sat Aug 22 22:54:01 2015 +0200 Committer: Remi Bergsma <[email protected]> Committed: Mon Aug 24 15:51:13 2015 +0200 ---------------------------------------------------------------------- agent/bindir/cloud-setup-agent.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/778b828a/agent/bindir/cloud-setup-agent.in ---------------------------------------------------------------------- diff --git a/agent/bindir/cloud-setup-agent.in b/agent/bindir/cloud-setup-agent.in index 9ec2499..8d2b919 100755 --- a/agent/bindir/cloud-setup-agent.in +++ b/agent/bindir/cloud-setup-agent.in @@ -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
