Merge "Make keystone work with CentOS 7 image"
This commit is contained in:
commit
8d12ee76ab
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user