Merge "add libibverbs package for openvswitch"

This commit is contained in:
Zuul 2020-06-13 16:41:00 +00:00 committed by Gerrit Code Review
commit c6cb739430
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',