rally: use Python 3 on Debian/Ubuntu

Change-Id: I3fd97893e710b02371eed2a409c80783abf681a0
This commit is contained in:
Marcin Juszkiewicz 2021-04-06 13:32:17 +02:00
parent 0db9b010af
commit 53c667364c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
] %} ] %}
{% elif base_package_type == 'deb' %} {% elif base_package_type == 'deb' %}
{% set rally_packages = [ {% set rally_packages = [
'python-os-testr', 'python3-os-testr',
'rally' 'rally'
] %} ] %}
{% endif %} {% endif %}