From 0e6060c7cbdea6c423eff743bfd82c1dc0b6fe1a Mon Sep 17 00:00:00 2001
From: Ryan Hallisey <rhallise@redhat.com>
Date: Tue, 28 Jul 2015 16:59:42 -0400
Subject: [PATCH] Cinder requires the automaton package to be installed

Closes-bug: #1479134
Change-Id: Ic6619816e8d6239eb72fecb862a5e648e4442d67
---
 docker/centos/binary/cinder-app/cinder-base/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/centos/binary/cinder-app/cinder-base/Dockerfile b/docker/centos/binary/cinder-app/cinder-base/Dockerfile
index 643f0645ba..e14b792b07 100644
--- a/docker/centos/binary/cinder-app/cinder-base/Dockerfile
+++ b/docker/centos/binary/cinder-app/cinder-base/Dockerfile
@@ -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