.
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},