for cloudzone, loose the check for ubuntu 10.04, people may want to install it on a newer kernel

This commit is contained in:
Edison Su 2011-06-30 15:00:18 -07:00
parent 9f8d515b2e
commit d4e06b48e4

View File

@ -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