Install keystoneauthv1 in openstack-base image

Lots of tools rqeuire keystoneeauthv1 not just horizon

TrivialFix

Change-Id: I35eb958e35500b04657679371019f2e6f3c2f2dd
This commit is contained in:
Steven Dake 2015-11-11 13:48:07 -07:00
parent d11b8f260b
commit 87c5b6b86b
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 %}