From 87c5b6b86b84c194c41566a31ee378960600f656 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Wed, 11 Nov 2015 13:48:07 -0700 Subject: [PATCH] Install keystoneauthv1 in openstack-base image Lots of tools rqeuire keystoneeauthv1 not just horizon TrivialFix Change-Id: I35eb958e35500b04657679371019f2e6f3c2f2dd --- docker/horizon/Dockerfile.j2 | 1 - docker/openstack-base/Dockerfile.j2 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/horizon/Dockerfile.j2 b/docker/horizon/Dockerfile.j2 index 55a1d4e94a..30b2277814 100644 --- a/docker/horizon/Dockerfile.j2 +++ b/docker/horizon/Dockerfile.j2 @@ -6,7 +6,6 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla) RUN yum -y install \ openstack-dashboard \ - python-keystoneauth1 \ httpd \ mod_wsgi \ && yum clean all \ diff --git a/docker/openstack-base/Dockerfile.j2 b/docker/openstack-base/Dockerfile.j2 index 0458098e0e..4556681d7e 100644 --- a/docker/openstack-base/Dockerfile.j2 +++ b/docker/openstack-base/Dockerfile.j2 @@ -33,6 +33,7 @@ RUN yum -y install \ python-zaqarclient \ python-openstackclient \ MySQL-python \ + python-keystoneauth1 \ && yum clean all {% endif %}