Add rally package to rally ubuntu binary

Rally package was removed by mistake in a previous change.
This change adds rally again to the install list.
python-rally should be a dependency of rally package.

Change-Id: I85028e049b5b4175c38a544e27f0d781a8f83600
This commit is contained in:
Eduardo Gonzalez 2017-06-26 15:25:34 +01:00
parent 0954877b71
commit 2a2b9024d1

View File

@ -16,8 +16,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
] %}
{% elif base_distro in ['debian', 'ubuntu'] %}
{% set rally_packages = [
'python-rally',
'python-os-testr'
'python-os-testr',
'rally'
] %}
{% endif %}
{{ macros.install_packages(rally_packages | customizable("packages")) }}