Install neutron-lbaas plugin in neutron-server container

To include the neutron-lbaas sources in the neutron-base container when
using the type source it is required to add the neutron-lbaas sources
as a plugin for the neutron-server container.

Change-Id: If65c631421f47bfa9dd58cd15266aee722b4fdc8
Closes-bug: #1592418
This commit is contained in:
Christian Berendt
2016-12-02 05:06:23 +00:00
committed by Jeffrey Zhang
parent 8b57bb070e
commit 539cc07671
+4
View File
@@ -278,6 +278,10 @@ SOURCES = {
'type': 'url',
'location': ('http://tarballs.openstack.org/neutron-lbaas/'
'neutron-lbaas-master.tar.gz')},
'neutron-server-plugin-neutron-lbaas': {
'type': 'url',
'location': ('http://tarballs.openstack.org/neutron-lbaas/'
'neutron-lbaas-master.tar.gz')},
'neutron-sfc-agent': {
'type': 'url',
'location': ('http://tarballs.openstack.org/networking-sfc/'