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

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'
] %}