Merge "Cinder requires the automaton package to be installed"
This commit is contained in:
commit
6b1f9714c7
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user