Merge "Use openstack-tempest-all for rpm tempest container" into stable/stein

This commit is contained in:
Zuul 2019-08-20 09:17:41 +00:00 committed by Gerrit Code Review
commit ad0c2ecdba
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if install_type == 'binary' %} {% if install_type == 'binary' %}
{% if base_package_type == 'rpm' %} {% if base_package_type == 'rpm' %}
{% set tempest_packages = ['openstack-tempest'] %} {% set tempest_packages = ['openstack-tempest-all'] %}
{% elif base_package_type == 'deb' %} {% elif base_package_type == 'deb' %}
{% set tempest_packages = ['tempest'] %} {% set tempest_packages = ['tempest'] %}