Merge "automaton renamed to python-automaton"

This commit is contained in:
Jenkins 2015-08-24 12:31:49 +00:00 committed by Gerrit Code Review
commit d3d7777ebb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'] %}