Merge "Make keystone work with CentOS 7 image"

This commit is contained in:
Jenkins 2015-02-24 15:39:14 +00:00 committed by Gerrit Code Review
commit 8d12ee76ab

View File

@ -2,12 +2,9 @@ FROM kollaglue/fedora-rdo-base
MAINTAINER Kolla Project (https://launchpad.net/kolla)
#Install required packages
RUN yum -y install dnf dnf-plugins-core; yum clean all
RUN dnf copr enable -y larsks/crux
RUN yum install -y openstack-keystone \
openstack-utils \
mariadb \
crux \
; yum clean all
ADD ./start.sh /start.sh