Merge "Make kolla-toolbox container build on CentOS bin"

This commit is contained in:
Jenkins 2016-02-14 16:20:05 +00:00 committed by Gerrit Code Review
commit 33da123eb1

@ -16,7 +16,8 @@ RUN yum -y install \
openssl-devel \
python-devel \
openssh-clients \
&& yum clean all
&& yum clean all \
&& yum -y remove pytz
{% elif base_distro in ['ubuntu', 'debian'] %}