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:
parent
0954877b71
commit
2a2b9024d1
@ -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")) }}
|
||||
|
Loading…
Reference in New Issue
Block a user