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:
parent
c8da829679
commit
7893306add
@ -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' %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user