nova: remove EPEL repository from nova-spicehtml5proxy image

The EPEL8 repository doesn't provide the necessary spice-html5 package,
and the image is marked unbuildable for CentOS. Let's not make EPEL look
more useful than it is.

TrivialFix

Change-Id: Ia37792ca6e5b40156ebd57b6c290d1ee9d4ff87a
This commit is contained in:
Mark Goddard 2021-12-23 10:54:56 +00:00
parent c8da829679
commit 7893306add
1 changed files with 0 additions and 3 deletions

View File

@ -7,9 +7,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% import "macros.j2" as macros with context %}
{# NOTE(mgoddard): EPEL required for spice-html5 package. Not provided by EPEL8 #}
{{ macros.enable_extra_repos(['epel']) }}
{% if install_type == 'binary' %}
{% if base_package_type == 'rpm' %}