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 \ RUN yum -y install \
openstack-dashboard \ openstack-dashboard \
python-keystoneauth1 \
httpd \ httpd \
mod_wsgi \ mod_wsgi \
&& yum clean all \ && yum clean all \

View File

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