Merge "automaton renamed to python-automaton"
This commit is contained in:
commit
d3d7777ebb
@ -1,4 +1,4 @@
|
||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||
|
||||
RUN yum -y install openstack-cinder automaton && yum clean all
|
||||
RUN yum -y install openstack-cinder python-automaton && yum clean all
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux'] %}
|
||||
|
||||
RUN yum -y install openstack-cinder \
|
||||
automaton \
|
||||
python-automaton \
|
||||
&& yum clean all
|
||||
|
||||
{% elif base_distro in ['ubuntu', 'debian'] %}
|
||||
|
Loading…
Reference in New Issue
Block a user