Horizon rdo package requires python-keystoneauth1

Change-Id: I0d98399d7d573ea43689746dda59a647c307b25f
Closes-Bug: #1514697
This commit is contained in:
Martin André 2015-11-10 17:33:31 +09:00
parent e8a37b7c7f
commit 15290dc6cc

View File

@ -6,6 +6,7 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install \
openstack-dashboard \
python-keystoneauth1 \
httpd \
mod_wsgi \
&& yum clean all \