ソースを参照

fix ID for rhel

Gabriel Adrian Samfira 9 年 前
コミット
2e532f2c36
1 ファイル変更1 行追加1 行削除
  1. 1 1
      coriolis/osmorphing/osmount/redhat.py

+ 1 - 1
coriolis/osmorphing/osmount/redhat.py

@@ -15,7 +15,7 @@ class RedHatOSMountTools(base.BaseLinuxOSMountTools):
         os_info = utils.get_linux_os_info(self._ssh)
         os_info = utils.get_linux_os_info(self._ssh)
         if os_info and os_info[0] in [
         if os_info and os_info[0] in [
                 'RedHatEnterpriseServer', 'CentOS', 'OracleServer',
                 'RedHatEnterpriseServer', 'CentOS', 'OracleServer',
-                'redhat', 'centos', 'ol']:
+                'rhel', 'centos', 'ol']:
             return True
             return True
 
 
     def _pre_mount_os(self):
     def _pre_mount_os(self):