From 5c5a3faaa055f9074c33872f0fd1562c089eeb73 Mon Sep 17 00:00:00 2001
From: Steven Dake <stdake@cisco.com>
Date: Sat, 22 Aug 2015 12:56:36 -0700
Subject: [PATCH] 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
---
 docker/centos/binary/cinder/cinder-base/Dockerfile | 2 +-
 docker_templates/cinder/cinder-base/Dockerfile.j2  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/centos/binary/cinder/cinder-base/Dockerfile b/docker/centos/binary/cinder/cinder-base/Dockerfile
index fb8dea608..b6db65e63 100644
--- a/docker/centos/binary/cinder/cinder-base/Dockerfile
+++ b/docker/centos/binary/cinder/cinder-base/Dockerfile
@@ -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
diff --git a/docker_templates/cinder/cinder-base/Dockerfile.j2 b/docker_templates/cinder/cinder-base/Dockerfile.j2
index 6e34a3f2f..fe899ae44 100644
--- a/docker_templates/cinder/cinder-base/Dockerfile.j2
+++ b/docker_templates/cinder/cinder-base/Dockerfile.j2
@@ -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'] %}
-- 
GitLab