Set --selinux-enabled=false in /etc/sysconfig/docker.
https://build.opnfv.org/ci/job/daisy-kolla-build-master/32/console
Change-Id: Ib6e94ad4add5f8556294de9542c38e9b074f905a
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
yum install -y python2-pip
pip install tox
+ # SELinux is not supported with the overlay2 graph driver on this kernel.
+ sed -i 's/--selinux-enabled /--selinux-enabled=false /g' /etc/sysconfig/docker || true
# Just make sure docker is working.
/usr/bin/systemctl restart docker
}