Skip to content

Commit 7b1deef

Browse files
committed
Bug 8221 - cloud-setup-databases fails when using RHEL 5.6
status 8221: resloved fixed
1 parent d6a7bb1 commit 7b1deef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/lib/cloud_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
distro = RHEL6
5050
elif version.find("CentOS release") != -1:
5151
distro = CentOS
52+
else:
53+
distro = CentOS
5254
elif os.path.exists("/etc/legal") and "Ubuntu" in file("/etc/legal").read(-1): distro = Ubuntu
5355
else: distro = Unknown
5456
logFileName=None

0 commit comments

Comments
 (0)