Merge "Add networking-generic-switch to neutron-server"

This commit is contained in:
Zuul 2018-09-11 05:41:44 +00:00 committed by Gerrit Code Review
commit 3d4e284e13
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'] %}