Merge "add libibverbs package for openvswitch" into stable/ussuri

This commit is contained in:
Zuul 2020-06-15 20:57:06 +00:00 committed by Gerrit Code Review
commit 47eecc0180
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',