Update specs according to OSCI-992
authorDmitry Burmistrov <dburmistrov@mirantis.com>
Sat, 11 Jan 2014 12:23:03 +0000 (16:23 +0400)
committerDmitry Burmistrov <dburmistrov@mirantis.com>
Sat, 11 Jan 2014 12:23:18 +0000 (16:23 +0400)
debian/control
debian/neutron-plugin-ml2.install [new file with mode: 0644]

index cdaaa13eb79d9c94b5adc4fbed5721678ebdb736..51d4a1d1722dc28af856f1a5e0441daba618b1fc 100644 (file)
@@ -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 (file)
index 0000000..0e3db1f
--- /dev/null
@@ -0,0 +1,2 @@
+etc/neutron/plugins/ml2/* etc/neutron/plugins/ml2
+