Skip to content
Snippets Groups Projects
Commit 87c5b6b8 authored by Steven Dake's avatar Steven Dake
Browse files

Install keystoneauthv1 in openstack-base image

Lots of tools rqeuire keystoneeauthv1 not just horizon

TrivialFix

Change-Id: I35eb958e35500b04657679371019f2e6f3c2f2dd
parent d11b8f26
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
......@@ -33,6 +33,7 @@ RUN yum -y install \
python-zaqarclient \
python-openstackclient \
MySQL-python \
python-keystoneauth1 \
&& yum clean all
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment