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

This commit is contained in:
Zuul 2020-06-29 10:08:10 +00:00 committed by Gerrit Code Review
commit f1554fe756
2 changed files with 2 additions and 0 deletions

View File

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

View File

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