Merge "Use ansible virtual package"

This commit is contained in:
Zuul 2019-03-26 01:54:15 +00:00 committed by Gerrit Code Review
commit 94201288aa
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ gpgcheck=0' >> /etc/yum.repos.d/opendaylight.repo
{% if distro_python_version.startswith('3') %}
{% set mistral_base_packages_append = mistral_base_packages_append + [
'python3-shade',
'ansible-python3',
'python3dist\(ansible\)',
] %}
{% else %}
{% set mistral_base_packages_append = mistral_base_packages_append + [