Use ansible virtual package
For python3/python2 package of ansible we can use a virtual package to install the specific version of packages we're looking for. Change-Id: I17ae2ef3867126d5858a04f5b3597e0c15527e0f Related-Blueprint: python3-support
This commit is contained in:
parent
a421169672
commit
8af8518aa4
@ -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 + [
|
||||
|
Loading…
Reference in New Issue
Block a user