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 7e195ae6ae
commit f919e0119e
1 changed files with 0 additions and 2 deletions

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