From: Dmitry Burmistrov Date: Sat, 11 Jan 2014 12:23:03 +0000 (+0400) Subject: Update specs according to OSCI-992 X-Git-Tag: 2014.1~8 X-Git-Url: https://review.fuel-infra.org/gitweb?p=openstack-build%2Fneutron-build.git;a=commitdiff_plain;h=2e54cf4522cf61999e74de5c10eebed212aa7e53 Update specs according to OSCI-992 --- diff --git a/debian/control b/debian/control index cdaaa13eb..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}, diff --git a/debian/neutron-plugin-ml2.install b/debian/neutron-plugin-ml2.install new file mode 100644 index 000000000..0e3db1fe4 --- /dev/null +++ b/debian/neutron-plugin-ml2.install @@ -0,0 +1,2 @@ +etc/neutron/plugins/ml2/* etc/neutron/plugins/ml2 +