nova-compute: Remove duplicate openvswitch package

openvswitch package is already installed in nova-base from
CentOS NFV SIG repos - and in nova-compute we don't enable this
repo - so we get openvswitch installed from RDO packages.

Closes-Bug: #2064098
Change-Id: If39e045357563111219a008fa7a81a82ef906627
(cherry picked from commit de7939a9754cffafb77b518f9efa8be5af91d67f)
This commit is contained in:
Michal Nasiadka 2024-04-29 11:41:43 +02:00
parent 217d47ed93
commit afdc18db1a

View File

@ -23,7 +23,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'ndctl',
'nfs-utils',
'openstack-nova-compute',
'openvswitch',
'parted',
'python3-libguestfs',
'python3-oslo-vmware',