Merge "Fix mitaka branch gate" into stable/mitaka

This commit is contained in:
Jenkins 2017-01-11 13:54:35 +00:00 committed by Gerrit Code Review
commit 0ab8a18a7c
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ deb http://download.ceph.com/debian-hammer/ trusty main
deb http://packages.elastic.co/elasticsearch/2.x/debian stable main
deb http://packages.elastic.co/kibana/4.4/debian stable main
EOF
elif [[ "${DISTRO}" == "RedHat" ]]; then
# disable selinux
sudo setenforce Permissive
fi
}