X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=debian%2Fcontrol;h=51d4a1d1722dc28af856f1a5e0441daba618b1fc;hb=refs%2Fheads%2Fopenstack-ci%2Fbuild%2Fhavana;hp=96516cc49fcb0bf4837206a3113ea1c1d2c9d10f;hpb=5f1c6af61342a3d3baabaf2bab5c3cc32f3f1ca6;p=openstack-build%2Fneutron-build.git diff --git a/debian/control b/debian/control index 96516cc49..51d4a1d17 100644 --- a/debian/control +++ b/debian/control @@ -449,11 +449,31 @@ Description: Neutron is a virtual network service for Openstack - Open vSwitch p . This package provides the Open vSwitch plugin. +Package: neutron-plugin-ml2 +Architecture: all +Provides: neutron-plugin +Depends: + neutron-common (= ${source:Version}), + ${misc:Depends}, + ${python:Depends}, + ${shlibs:Depends} +Description: Neutron is a virtual network service for Openstack - ML2 plugin + Neutron is a virtual network service for Openstack, and a part of + Netstack. Just like OpenStack Nova provides an API to dynamically + request and configure virtual servers, Neutron provides an API to + dynamically request and configure virtual networks. These networks + connect "interfaces" from other OpenStack services (e.g., virtual NICs + from Nova VMs). The Neutron API supports extensions to provide + advanced network capabilities (e.g., QoS, ACLs, network monitoring, + etc.) + . + This package provides the Modular Layer 2 plugin. + Package: neutron-plugin-openvswitch-agent Architecture: all Depends: neutron-common (= ${source:Version}), - neutron-plugin-openvswitch, + neutron-plugin-ml2, openvswitch-switch, ${misc:Depends}, ${python:Depends}, @@ -643,6 +663,18 @@ Description: Neutron is a virtual network service for Openstack - metering plugi . This package provides the metering plugin. +Package: neutron-ovs-cleanup +Architecture: all +Depends: + neutron-common (= ${source:Version}), + neutron-plugin-openvswitch (= ${source:Version}), + ${misc:Depends}, + ${python:Depends}, + ${shlibs:Depends} +Breaks: quantum-ovs-cleanup ( << 1:2013.2~b2-0ubuntu1~ ) +Replaces: quantum-ovs-cleanup ( << 1:2013.2~b2-0ubuntu1~ ) +Description: This package provides OVS cleanup upstart script. + Package: quantum-server Depends: neutron-server, ${misc:Depends} Architecture: all