Merge "Tempest ubuntu binary container"
This commit is contained in:
commit
5bf932c7b8
@ -8,6 +8,12 @@ RUN yum -y install \
|
||||
openstack-tempest \
|
||||
&& yum clean all
|
||||
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
|
||||
RUN apt-get install -y --no-install-recommends \
|
||||
tempest \
|
||||
&& apt-get clean
|
||||
|
||||
{% endif %}
|
||||
{% elif install_type == 'source' %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user