mirror of https://github.com/apache/cloudstack.git
for cloudzone, loose the check for ubuntu 10.04, people may want to install it on a newer kernel
This commit is contained in:
parent
7e195ae6ae
commit
f919e0119e
|
|
@ -76,8 +76,6 @@ class sysConfigAgent(sysConfig):
|
|||
if self.env.agentMode == "myCloud":
|
||||
if self.env.distribution.getVersion() != "Ubuntu":
|
||||
raise CloudInternalException("Need to run myCloud agent on an Ubuntu machine\n")
|
||||
elif self.env.distribution.getRelease() != "10.04":
|
||||
raise CloudInternalException("Need to run myCloud agent on an Ubuntu 10.04\n")
|
||||
elif self.env.distribution.getArch() != "x86_64":
|
||||
raise CloudInternalException("Need to run myCloud agent on an 64bit machine\n")
|
||||
#check free disk space on the local disk
|
||||
|
|
|
|||
Loading…
Reference in New Issue