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:
parent
8a42c20c47
commit
6d71ac843e
@ -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'
|
||||
] %}
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user