Merge "Install keystoneauthv1 in openstack-base image"

This commit is contained in:
Jenkins 2015-11-11 22:59:19 +00:00 committed by Gerrit Code Review
commit b6212875d3
2 changed files with 1 additions and 1 deletions

View File

@ -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 \

View File

@ -33,6 +33,7 @@ RUN yum -y install \
python-zaqarclient \
python-openstackclient \
MySQL-python \
python-keystoneauth1 \
&& yum clean all
{% endif %}