Merge "Remove the unnecessary "openstack-neutron-lbaas" from neutron-server"

This commit is contained in:
Zuul 2018-03-19 10:39:05 +00:00 committed by Gerrit Code Review
commit 00d37c53ca
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
{% set neutron_server_packages = [
'openstack-neutron-lbaas',
'openstack-neutron-vpnaas'
] %}