Skip to content
Snippets Groups Projects
Commit b6212875 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Install keystoneauthv1 in openstack-base image"

parents d9f49d10 87c5b6b8
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