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 %}