diff --git a/docker/keystone/Dockerfile b/docker/keystone/Dockerfile index 10a75c093c..922511c955 100644 --- a/docker/keystone/Dockerfile +++ b/docker/keystone/Dockerfile @@ -4,7 +4,6 @@ MAINTAINER jlabocki@redhat.com #Install required packages RUN yum install -y openstack-keystone \ openstack-utils \ - openstack-selinux \ mariadb \ && yum clean all