Merge "add libibverbs package for openvswitch"
This commit is contained in:
commit
c6cb739430
@ -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