Remove calls to libvirt repo
It does not exist in repos.yaml since [1]. [1]: Id585c7744ba130ad1dfc28138fb0f9e6eeae771d Change-Id: Ic74eba44fc6e5508976de24cf20a5039f3292731
This commit is contained in:
parent
5448da7e36
commit
66e27b3b0a
@ -7,8 +7,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{{ macros.enable_extra_repos(['libvirt']) }}
|
||||
|
||||
{% if base_package_type == 'rpm' %}
|
||||
{% set ceilometer_compute_packages = [
|
||||
'python3-libvirt'
|
||||
|
@ -7,7 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{{ macros.enable_extra_repos(['hacluster', 'libvirt']) }}
|
||||
{{ macros.enable_extra_repos(['hacluster']) }}
|
||||
|
||||
{% if base_package_type == 'rpm' %}
|
||||
|
||||
|
@ -7,8 +7,6 @@ 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',
|
||||
|
@ -7,7 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{{ macros.enable_extra_repos(['libvirt', 'openvswitch']) }}
|
||||
{{ macros.enable_extra_repos(['openvswitch']) }}
|
||||
{{ macros.configure_user(name='nova', groups='qemu') }}
|
||||
|
||||
{% if base_package_type == 'rpm' %}
|
||||
|
@ -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', 'epel', 'libvirt']) }}
|
||||
{{ macros.enable_extra_repos(['ceph', 'epel']) }}
|
||||
|
||||
{% if base_package_type == 'rpm' %}
|
||||
|
||||
|
@ -9,7 +9,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{{ macros.configure_user(name='nova', groups='qemu') }}
|
||||
|
||||
{{ macros.enable_extra_repos(['ceph', 'epel', 'libvirt', 'openvswitch']) }}
|
||||
{{ macros.enable_extra_repos(['ceph', 'epel', 'openvswitch']) }}
|
||||
|
||||
{% if base_package_type == 'rpm' %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user