diff --git a/python/lib/cloudutils/syscfg.py b/python/lib/cloudutils/syscfg.py index 36d9398fe20..c71d2edf734 100644 --- a/python/lib/cloudutils/syscfg.py +++ b/python/lib/cloudutils/syscfg.py @@ -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