Cinder requires the automaton package to be installed
Closes-bug: #1479134 Change-Id: Ic6619816e8d6239eb72fecb862a5e648e4442d67
This commit is contained in:
parent
e4e0eb439e
commit
0e6060c7cb
@ -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