]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Supported for CentOS
authorZeng Linggang <linggang.zeng@easystack.cn>
Mon, 21 Aug 2017 07:01:04 +0000 (15:01 +0800)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2017 07:01:04 +0000 (15:01 +0800)
bootstrap

index ff5705568588ddc270fdc4d99fd705a69cdd461b..5bdb0188dd204753448e234449f35ecd827ef411 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -35,7 +35,7 @@ Linux)
             fi
         fi
         ;;
-    RedHatEnterpriseWorkstation|RedHatEnterpriseServer)
+    RedHatEnterpriseWorkstation|RedHatEnterpriseServer|CentOS)
         for package in python-pip python-virtualenv mariadb-devel libev-devel libvirt-devel libffi-devel; do
            if [ "$(rpm -q $package)" == "package $package is not installed" ]; then
                missing="${missing:+$missing }$package"