Merge "Add ubuntu binary container for zaqar"

This commit is contained in:
Jenkins 2016-05-27 18:09:08 +00:00 committed by Gerrit Code Review
commit c518baafd1

View File

@ -8,6 +8,13 @@ RUN yum -y install \
openstack-zaqar \ openstack-zaqar \
&& yum clean all && yum clean all
{% elif base_distro in ['ubuntu'] %}
RUN apt-get -y install --no-install-recommends \
zaqar-common \
zaqar-server \
&& apt-get clean
{% endif %} {% endif %}
{% elif install_type == 'source' %} {% elif install_type == 'source' %}