Merge "Fix missing bgp library in neutron-server"

This commit is contained in:
Zuul 2017-11-17 22:24:15 +00:00 committed by Gerrit Code Review
commit 7590a87f06
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% set neutron_server_packages = [
'neutron-lbaasv2-agent',
'python-neutron-dynamic-routing',
'python-neutron-lbaas',
'python-neutron-vpnaas'
] %}