We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e195ae commit f919e01Copy full SHA for f919e01
1 file changed
python/lib/cloudutils/syscfg.py
@@ -76,8 +76,6 @@ def check(self):
76
if self.env.agentMode == "myCloud":
77
if self.env.distribution.getVersion() != "Ubuntu":
78
raise CloudInternalException("Need to run myCloud agent on an Ubuntu machine\n")
79
- elif self.env.distribution.getRelease() != "10.04":
80
- raise CloudInternalException("Need to run myCloud agent on an Ubuntu 10.04\n")
81
elif self.env.distribution.getArch() != "x86_64":
82
raise CloudInternalException("Need to run myCloud agent on an 64bit machine\n")
83
#check free disk space on the local disk
0 commit comments