Merge "enable 'libvirt' repo for images with python*-libvirt"

This commit is contained in:
Zuul 2021-03-25 20:18:35 +00:00 committed by Gerrit Code Review
commit 728f095fd9
4 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% import "macros.j2" as macros with context %}
{{ macros.enable_extra_repos(['libvirt']) }}
{% if install_type == 'binary' %}
{% if base_package_type == 'rpm' %}
{% set ceilometer_compute_packages = [

View File

@ -7,6 +7,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% import "macros.j2" as macros with context %}
{{ macros.enable_extra_repos(['libvirt']) }}
{% set neutron_mlnx_agent_packages = [
'python3-libvirt',
'python3-ethtool',

View File

@ -7,6 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% import "macros.j2" as macros with context %}
{{ macros.enable_extra_repos(['libvirt']) }}
{{ macros.configure_user(name='nova', groups='qemu') }}
{% if install_type == 'binary' %}

View File

@ -7,7 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% import "macros.j2" as macros with context %}
{{ macros.enable_extra_repos(['ceph']) }}
{{ macros.enable_extra_repos(['ceph', 'libvirt']) }}
{% if install_type == 'binary' %}
{% if base_package_type == 'rpm' %}