From c8816bc725e5409464a6f6c8298f9fbb66013e0e Mon Sep 17 00:00:00 2001 From: Ian Main Date: Wed, 16 Nov 2016 20:21:27 -0500 Subject: [PATCH] Add missing packages to agent container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add python-memcached and MySQL-python to agent container so that it can deploy in isolation. Closes-Bug: #1651508 Co-Authored-By: Martin André Change-Id: I4ffdf75ddbceccf2c9367b9eb342aefdeb35750b --- heat_docker_agent/configure_container.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/heat_docker_agent/configure_container.sh b/heat_docker_agent/configure_container.sh index 0528e2ffa..2df163f00 100755 --- a/heat_docker_agent/configure_container.sh +++ b/heat_docker_agent/configure_container.sh @@ -43,7 +43,9 @@ yum install -y \ python-heat-agent-hiera \ python-heat-agent-puppet \ python-ipaddr \ - python2-oslo-log + python-memcached \ + python2-oslo-log \ + MySQL-python # NOTE(flaper87): openstack packages # We need these packages just to install the config files.