You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request apache#1033 from Carles-Figuerola/centos-7-redhat-release
CLOUDSTACK-9029: Proper support to identify CentOS 7 version numberhttps://issues.apache.org/jira/browse/CLOUDSTACK-9029
* pr/1033:
CLOUDSTACK-9029: Proper support to identify CentOS 7 version number
Signed-off-by: Remi Bergsma <github@remi.nl>
Copy file name to clipboardExpand all lines: python/lib/cloudutils/utilities.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ def __init__(self):
114
114
self.distro="RHEL6"
115
115
elifversion.find("Red Hat Enterprise Linux Server release 7") !=-1orversion.find("Scientific Linux release 7") !=-1orversion.find("CentOS Linux release 7") !=-1orversion.find("CentOS release 7.") !=-1:
0 commit comments