Add ubuntu binary container for zaqar
Change-Id: Ifd47209e3fd753cc81795c131ec3ef060e0af209 Depends-On: If4be00b937e14ec93443dcb7249cf17099d57cbe Closes-Bug:#1582553
This commit is contained in:
parent
ca1a0551bc
commit
3c3b0b8918
@ -8,6 +8,13 @@ RUN yum -y install \
|
||||
openstack-zaqar \
|
||||
&& yum clean all
|
||||
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
|
||||
RUN apt-get -y install --no-install-recommends \
|
||||
zaqar-common \
|
||||
zaqar-server \
|
||||
&& apt-get clean
|
||||
|
||||
{% endif %}
|
||||
{% elif install_type == 'source' %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user