Add missing packages to agent container

Add python-memcached and MySQL-python to agent container so that it can
deploy in isolation.

Closes-Bug: #1651508
Co-Authored-By: Martin André <m.andre@redhat.com>
Change-Id: I4ffdf75ddbceccf2c9367b9eb342aefdeb35750b
This commit is contained in:
Ian Main 2016-11-16 20:21:27 -05:00 committed by Martin André
parent 6fb82c88f0
commit c8816bc725
1 changed files with 3 additions and 1 deletions

View File

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