From 9dc7c1a15f10bd911b2d719e124de5925db9ba38 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Mon, 23 Feb 2015 21:18:06 -0700 Subject: [PATCH] Make keystone work with CentOS 7 image Keystone relies on crux. Crux is now installed in the base images, so individual images don't need to install crux. Partially-implements: blueprint multi-baseos Change-Id: Id9ed5fb8bc74de6a36f28a6b2bc8ba055c31a32e --- docker/keystone/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/keystone/Dockerfile b/docker/keystone/Dockerfile index 1dcbf1a819..8bd415cc94 100644 --- a/docker/keystone/Dockerfile +++ b/docker/keystone/Dockerfile @@ -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