Merge "The Cinder API container requires python-keystone package"

This commit is contained in:
Jenkins 2015-06-26 19:41:09 +00:00 committed by Gerrit Code Review
commit b2aeebd62e

View File

@ -1,6 +1,7 @@
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%cinder-base:%%KOLLA_TAG%%
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum install -y python-keystone && yum clean all
COPY ./start.sh ./check.sh /
CMD ["/start.sh"]