Merge "Cinder requires the automaton package to be installed"

This commit is contained in:
Jenkins 2015-07-31 06:39:42 +00:00 committed by Gerrit Code Review
commit 6b1f9714c7

View File

@ -1,7 +1,7 @@
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install openstack-cinder && yum clean all
RUN yum -y install openstack-cinder automaton && yum clean all
COPY config-cinder.sh /opt/kolla/config-cinder.sh