automaton renamed to python-automaton

Cinder is broken by this RDO package rename.  Maintaining docker templates
for basic things like this until the /docker directory is removed.

Change-Id: Ieae2ab3296346767c305d21e8bb8de964160f84a
Closes-Bug: #1487762
This commit is contained in:
Steven Dake 2015-08-22 12:56:36 -07:00
parent f70e8d4598
commit 5c5a3faaa0
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'] %}