Add networking-generic-switch to neutron-server

Change-Id: I75c460bda4c85016446f6a8df14e53806f8ef414
This commit is contained in:
Will Miller 2018-08-16 09:30:25 +01:00
parent 4628a42fde
commit a708c7cbba
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
{% set neutron_server_packages = [
'openstack-neutron-vpnaas'
'openstack-neutron-vpnaas',
'python-networking-generic-switch',
] %}
{% elif base_distro in ['debian', 'ubuntu'] %}