add libibverbs package for openvswitch

ovs images which based on centos miss libibverbs package.
this ps add the package to neutron-ovs-agent and ovs-base
images.
Closes-Bug: 1882863

Change-Id: I3e307efc43f934a944a91d5d131a11f607411df2
This commit is contained in:
wuchunyang 2020-06-10 14:46:06 +08:00
parent 8a42c20c47
commit 6d71ac843e
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_package_type == 'rpm' %}
{% set neutron_openvswitch_agent_packages = [
'libibverbs',
'openstack-neutron-openvswitch',
'openvswitch'
] %}

View File

@ -11,6 +11,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_package_type == 'rpm' %}
{% set openvswitch_base_packages = [
'libibverbs',
'openvswitch',
'python3-netifaces',
'python3-openvswitch',