Update DEB specs to v. 2014.1.1
[openstack-build/neutron-build.git] / debian / control
1 Source: neutron
2 Section: net
3 Priority: optional
4 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5 XSBC-Original-Maintainer: Chuck Short <zulcss@ubuntu.com>
6 Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6)
7 Build-Depends-Indep:
8  alembic (>= 0.4.1),
9  python-amqplib (>= 0.6.1),
10  python-anyjson (>= 0.3.3),
11  python-babel,
12  python-cliff (>= 1.4),
13  python-configobj,
14  python-coverage,
15  python-d2to1,
16  python-eventlet (>= 0.13.0),
17  python-fixtures (>= 0.3.12),
18  python-greenlet (>= 0.3.2),
19  python-httplib2,
20  python-iso8601,
21  python-jinja2,
22  python-jsonrpclib,
23  python-keystoneclient (>= 1:0.2.0),
24  python-kombu (>= 2.5.12),
25  python-lxml,
26  python-mock (>= 1.0b1),
27  python-mox,
28  python-netaddr,
29  python-neutronclient (>= 1:2.2.3),
30  python-novaclient (>= 2.12.0),
31  python-oslo.config (>= 1:1.2.0a3),
32  python-paste,
33  python-pastedeploy,
34  python-pbr (>= 0.5.21),
35  python-psutil (>= 0.6.1),
36  python-pyudev,
37  python-requests (>= 1.1),
38  python-routes,
39  python-setuptools,
40  python-simplejson,
41  python-six,
42  python-sqlalchemy,
43  python-stevedore (>= 0.10),
44  python-testtools (>= 0.9.32),
45  python-webob,
46  python-webtest,
47  subunit,
48  testrepository ( >= 0.0.17)
49 XS-Python-Version: >= 2.6
50 Standards-Version: 3.9.4
51 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/neutron/icehouse/files
52 Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/neutron/icehouse
53 XS-Testsuite: autopkgtest
54
55 Package: neutron-server
56 Architecture: all
57 Depends:
58  adduser,
59  neutron-common (= ${source:Version}),
60  ${misc:Depends},
61  ${python:Depends},
62  ${shlibs:Depends}
63 Breaks: quantum-server (<< 1:2013.2~b2-0ubuntu1~)
64 Replaces: quantum-server (<< 1:2013.2~b2-0ubuntu1~)
65 Recommends: neutron-plugin-ml2
66 Description: Neutron is a virtual network service for Openstack - server
67  Neutron is a virtual network service for Openstack, and a part of
68  Netstack. Just like OpenStack Nova provides an API to dynamically
69  request and configure virtual servers, Neutron provides an API to
70  dynamically request and configure virtual networks. These networks
71  connect "interfaces" from other OpenStack services (e.g., virtual NICs
72  from Nova VMs). The Neutron API supports extensions to provide
73  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
74  etc.)
75  .
76  This package provides the Neutron server
77
78 Package: neutron-common
79 Architecture: all
80 Depends:
81  adduser,
82  python-neutron (= ${source:Version}),
83  ${misc:Depends},
84  ${python:Depends}
85 Breaks:
86  neutron-l3-agent (<< 1:2014.1~rc2-0ubuntu3~),
87  neutron-vpn-agent (<< 1:2014.1~rc2-0ubuntu3~),
88  quantum-common ( << 1:2013.2~b2-0ubuntu1~ )
89 Replaces:
90  neutron-l3-agent (<< 1:2014.1~rc2-0ubuntu3~),
91  neutron-vpn-agent (<< 1:2014.1~rc2-0ubuntu3~),
92  quantum-common ( << 1:2013.2~b2-0ubuntu1~ )
93 Description: Neutron is a virtual network service for Openstack - common
94  Neutron is a virtual network service for Openstack, and a part of
95  Netstack. Just like OpenStack Nova provides an API to dynamically
96  request and configure virtual servers, Neutron provides an API to
97  dynamically request and configure virtual networks. These networks
98  connect "interfaces" from other OpenStack services (e.g., virtual NICs
99  from Nova VMs). The Neutron API supports extensions to provide
100  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
101  etc.)
102  .
103  This package provides the common files.
104
105 Package: neutron-plugin-cisco
106 Architecture: all
107 Provides: neutron-plugin
108 Depends:
109  neutron-common (= ${source:Version}),
110  ${misc:Depends},
111  ${python:Depends},
112  ${shlibs:Depends}
113 Breaks: quantum-plugin-cisco ( << 1:2013.2~b2-0ubuntu1~ )
114 Replaces: quantum-plugin-cisco ( << 1:2013.2~b2-0ubuntu1~ )
115 Description: Neutron is a virtual network service for Openstack - Cisco plugin
116  Neutron is a virtual network service for Openstack, and a part of
117  Netstack. Just like OpenStack Nova provides an API to dynamically
118  request and configure virtual servers, Neutron provides an API to
119  dynamically request and configure virtual networks. These networks
120  connect "interfaces" from other OpenStack services (e.g., virtual NICs
121  from Nova VMs). The Neutron API supports extensions to provide
122  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
123  etc.)
124  .
125  This package provides the Cisco plugin.
126
127 Package: neutron-plugin-nec
128 Architecture: all
129 Provides: neutron-plugin
130 Depends:
131  neutron-common (= ${source:Version}),
132  ${misc:Depends},
133  ${python:Depends},
134  ${shlibs:Depends}
135 Breaks: quantum-plugin-nec ( << 1:2013.2~b2-0ubuntu1~ )
136 Replaces: quantum-plugin-nec ( << 1:2013.2~b2-0ubuntu1~ )
137 Description: Neutron is a virtual network service for Openstack - NEC plugin
138  Neutron is a virtual network service for Openstack, and a part of
139  Netstack. Just like OpenStack Nova provides an API to dynamically
140  request and configure virtual servers, Neutron provides an API to
141  dynamically request and configure virtual networks. These networks
142  connect "interfaces" from other OpenStack services (e.g., virtual NICs
143  from Nova VMs). The Neutron API supports extensions to provide
144  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
145  etc.)
146  .
147  This package provides the NEC plugin.
148
149 Package: neutron-plugin-nec-agent
150 Architecture: all
151 Depends:
152  neutron-common (= ${source:Version}),
153  neutron-plugin-nec,
154  openvswitch-switch,
155  ${misc:Depends},
156  ${python:Depends},
157  ${shlibs:Depends}
158 Breaks: quantum-plugin-nec-agent ( << 1:2013.2~b2-0ubuntu1~ )
159 Replaces: quantum-plugin-nec-agent ( << 1:2013.2~b2-0ubuntu1~ )
160 Description: Neutron is a virtual network service for Openstack - NEC plugin agent
161  Neutron is a virtual network service for Openstack, and a part of
162  Netstack. Just like OpenStack Nova provides an API to dynamically
163  request and configure virtual servers, Neutron provides an API to
164  dynamically request and configure virtual networks. These networks
165  connect "interfaces" from other OpenStack services (e.g., virtual NICs
166  from Nova VMs). The Neutron API supports extensions to provide
167  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
168  etc.)
169  .
170  This package provides the NEC plugin agent.
171
172 Package: neutron-plugin-bigswitch
173 Architecture: all
174 Provides: neutron-plugin
175 Depends:
176  neutron-common (= ${source:Version}),
177  ${misc:Depends},
178  ${python:Depends},
179  ${shlibs:Depends}
180 Breaks: quantum-plugin-bigswitch ( << 1:2013.2~b2-0ubuntu1~ )
181 Replaces: quantum-plugin-bigswitch ( << 1:2013.2~b2-0ubuntu1~ )
182 Description: Neutron is a virtual network service for Openstack - BigSwitch plugin
183  Neutron is a virtual network service for Openstack, and a part of
184  Netstack. Just like OpenStack Nova provides an API to dynamically
185  request and configure virtual servers, Neutron provides an API to
186  dynamically request and configure virtual networks. These networks
187  connect "interfaces" from other OpenStack services (e.g., virtual NICs
188  from Nova VMs). The Neutron API supports extensions to provide
189  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
190  etc.)
191  .
192  This package provides the BigSwitch plugin.
193
194 Package: neutron-plugin-bigswitch-agent
195 Architecture: all
196 Depends:
197  neutron-plugin-bigswitch (= ${source:Version}),
198  ${misc:Depends},
199  ${python:Depends},
200  ${shlibs:Depends}
201 Description: Neutron is a virtual network service for Openstack - BigSwitch plugin agent
202  Neutron is a virtual network service for Openstack, and a part of
203  Netstack. Just like OpenStack Nova provides an API to dynamically
204  request and configure virtual servers, Neutron provides an API to
205  dynamically request and configure virtual networks. These networks
206  connect "interfaces" from other OpenStack services (e.g., virtual NICs
207  from Nova VMs). The Neutron API supports extensions to provide
208  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
209  etc.)
210  .
211  This package provides the BigSwitch plugin agent.
212
213 Package: neutron-plugin-hyperv
214 Architecture: all
215 Provides: neutron-plugin
216 Depends:
217  neutron-common (= ${source:Version}),
218  ${misc:Depends},
219  ${python:Depends},
220  ${shlibs:Depends}
221 Breaks: quantum-plugin-hyperv ( << 1:2013.2~b2-0ubuntu1~ )
222 Replaces: quantum-plugin-hyperv ( << 1:2013.2~b2-0ubuntu1~ )
223 Description: Neutron is a virtual network service for Openstack - Hyper-V plugin
224  Neutron is a virtual network service for Openstack, and a part of
225  Netstack. Just like OpenStack Nova provides an API to dynamically
226  request and configure virtual servers, Neutron provides an API to
227  dynamically request and configure virtual networks. These networks
228  connect "interfaces" from other OpenStack services (e.g., virtual NICs
229  from Nova VMs). The Neutron API supports extensions to provide
230  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
231  etc.)
232  .
233  This package provides the Hyper-V plugin.
234
235 Package: neutron-plugin-brocade
236 Architecture: all
237 Provides: neutron-plugin
238 Depends:
239  neutron-common (= ${source:Version}),
240  ${misc:Depends},
241  ${python:Depends},
242  ${shlibs:Depends}
243 Breaks: quantum-plugin-brocade ( << 1:2013.2~b2-0ubuntu1~ )
244 Replaces: quantum-plugin-brocade ( << 1:2013.2~b2-0ubuntu1~ )
245 Description: Neutron is a virtual network service for Openstack - Brocade plugin
246  Neutron is a virtual network service for Openstack, and a part of
247  Netstack. Just like OpenStack Nova provides an API to dynamically
248  request and configure virtual servers, Neutron provides an API to
249  dynamically request and configure virtual networks. These networks
250  connect "interfaces" from other OpenStack services (e.g., virtual NICs
251  from Nova VMs). The Neutron API supports extensions to provide
252  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
253  etc.)
254  .
255  This package provides the Brocade plugin.
256
257 Package: neutron-plugin-plumgrid
258 Architecture: all
259 Provides: neutron-plugin
260 Depends:
261  neutron-common (= ${source:Version}),
262  ${misc:Depends},
263  ${python:Depends},
264  ${shlibs:Depends}
265 Breaks: quantum-plugin-plumgrid ( << 1:2013.2~b2-0ubuntu1~ )
266 Replaces: quantum-plugin-plumgrid ( << 1:2013.2~b2-0ubuntu1~ )
267 Description: Neutron is a virtual network service for Openstack - PLUMgrid plugin
268  Neutron is a virtual network service for Openstack, and a part of
269  Netstack. Just like OpenStack Nova provides an API to dynamically
270  request and configure virtual servers, Neutron provides an API to
271  dynamically request and configure virtual networks. These networks
272  connect "interfaces" from other OpenStack services (e.g., virtual NICs
273  from Nova VMs). The Neutron API supports extensions to provide
274  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
275  etc.)
276  .
277  This package provides the PLUMgrid plugin.
278
279 Package: neutron-plugin-metaplugin
280 Architecture: all
281 Provides: neutron-plugin
282 Depends:
283  neutron-common (= ${source:Version}),
284  ${misc:Depends},
285  ${python:Depends},
286  ${shlibs:Depends}
287 Breaks: quantum-plugin-metaplugin ( << 1:2013.2~b2-0ubuntu1~ )
288 Replaces: quantum-plugin-metaplugin ( << 1:2013.2~b2-0ubuntu1~ )
289 Description: Neutron is a virtual network service for Openstack - Metaplugin plugin
290  Neutron is a virtual network service for Openstack, and a part of
291  Netstack. Just like OpenStack Nova provides an API to dynamically
292  request and configure virtual servers, Neutron provides an API to
293  dynamically request and configure virtual networks. These networks
294  connect "interfaces" from other OpenStack services (e.g., virtual NICs
295  from Nova VMs). The Neutron API supports extensions to provide
296  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
297  etc.)
298  .
299  This package provides the Metaplugin plugin.
300
301 Package: neutron-plugin-vmware
302 Architecture: all
303 Provides: neutron-plugin
304 Depends:
305  neutron-common (= ${source:Version}),
306  ${misc:Depends},
307  ${python:Depends},
308  ${shlibs:Depends}
309 Breaks: neutron-plugin-nicira ( << 1:2014.1~b2-0ubuntu7~ )
310 Replaces: neutron-plugin-nicira ( << 1:2014.1~b2-0ubuntu7~ )
311 Description: Neutron is a virtual network service for Openstack - VMware plugin
312  Neutron is a virtual network service for Openstack, and a part of
313  Netstack. Just like OpenStack Nova provides an API to dynamically
314  request and configure virtual servers, Neutron provides an API to
315  dynamically request and configure virtual networks. These networks
316  connect "interfaces" from other OpenStack services (e.g., virtual NICs
317  from Nova VMs). The Neutron API supports extensions to provide
318  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
319  etc.)
320  .
321  This package provides the VMware NSX plugin
322
323 Package: neutron-plugin-nicira
324 Depends: neutron-plugin-vmware, ${misc:Depends}
325 Architecture: all
326 Breaks: quantum-plugin-nicira ( << 1:2013.2~b2-0ubuntu1~ )
327 Replaces: quantum-plugin-nicira ( << 1:2013.2~b2-0ubuntu1~ )
328 Section: oldlibs
329 Description: transitional dummy package
330  This is a transitional dummy package. It can safely be removed.
331
332 Package: neutron-l3-agent
333 Architecture: all
334 Depends:
335  iputils-arping,
336  neutron-common (= ${source:Version}),
337  neutron-metadata-agent (= ${source:Version}),
338  ${misc:Depends},
339  ${python:Depends},
340  ${shlibs:Depends}
341 Breaks: quantum-l3-agent ( << 1:2013.2~b2-0ubuntu1~ )
342 Replaces: quantum-l3-agent ( << 1:2013.2~b2-0ubuntu1~ )
343 Description: Neutron is a virtual network service for Openstack - l3 agent
344  Neutron is a virtual network service for Openstack, and a part of
345  Netstack. Just like OpenStack Nova provides an API to dynamically
346  request and configure virtual servers, Neutron provides an API to
347  dynamically request and configure virtual networks. These networks
348  connect "interfaces" from other OpenStack services (e.g., virtual NICs
349  from Nova VMs). The Neutron API supports extensions to provide
350  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
351  etc.)
352  .
353  This package provides the layer 3 routing agent.
354
355 Package: neutron-dhcp-agent
356 Architecture: all
357 Depends:
358  dnsmasq-base,
359  dnsmasq-utils,
360  neutron-common (= ${source:Version}),
361  neutron-metadata-agent (= ${source:Version}),
362  ${misc:Depends},
363  ${python:Depends},
364  ${shlibs:Depends}
365 Breaks: quantum-dhcp-agent ( << 1:2013.2~b2-0ubuntu1~ )
366 Replaces: quantum-dhcp-agent ( << 1:2013.2~b2-0ubuntu1~ )
367 Description: Neutron is a virtual network service for Openstack - DHCP agent
368  Neutron is a virtual network service for Openstack, and a part of
369  Netstack. Just like OpenStack Nova provides an API to dynamically
370  request and configure virtual servers, Neutron provides an API to
371  dynamically request and configure virtual networks. These networks
372  connect "interfaces" from other OpenStack services (e.g., virtual NICs
373  from Nova VMs). The Neutron API supports extensions to provide
374  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
375  etc.)
376  .
377  This package provides the DHCP agent.
378
379 Package: neutron-metadata-agent
380 Architecture: all
381 Depends:
382  neutron-common (= ${source:Version}),
383  ${misc:Depends},
384  ${python:Depends},
385  ${shlibs:Depends}
386 Breaks: quantum-metadata-agent ( << 1:2013.2~b2-0ubuntu1~ )
387 Replaces: quantum-metadata-agent ( << 1:2013.2~b2-0ubuntu1~ )
388 Description: Neutron is a virtual network service for Openstack - metadata agent
389  Neutron is a virtual network service for Openstack, and a part of
390  Netstack. Just like OpenStack Nova provides an API to dynamically
391  request and configure virtual servers, Neutron provides an API to
392  dynamically request and configure virtual networks. These networks
393  connect "interfaces" from other OpenStack services (e.g., virtual NICs
394  from Nova VMs). The Neutron API supports extensions to provide
395  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
396  etc.)
397  .
398  This package provides the metadata proxy agent.
399
400 Package: neutron-lbaas-agent
401 Architecture: all
402 Depends:
403  haproxy,
404  neutron-common (= ${source:Version}),
405  ${misc:Depends},
406  ${python:Depends},
407  ${shlibs:Depends}
408 Breaks: quantum-lbaas-agent ( << 1:2013.2~b2-0ubuntu1~ )
409 Replaces: quantum-lbass-agent ( << 1:2013.2~b2-0ubuntu1~ )
410 Description: Neutron is a virtual network service for Openstack - LBaaS agent
411  Neutron is a virtual network service for Openstack, and a part of
412  Netstack. Just like OpenStack Nova provides an API to dynamically
413  request and configure virtual servers, Neutron provides an API to
414  dynamically request and configure virtual networks. These networks
415  connect "interfaces" from other OpenStack services (e.g., virtual NICs
416  from Nova VMs). The Neutron API supports extensions to provide
417  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
418  etc.)
419  .
420  This package provides the Load Balancing as-a Service (LBaaS) agent.
421
422 Package: python-neutron
423 Architecture: all
424 Section: python
425 Depends:
426  alembic (>= 0.6.0),
427  python-amqplib (>= 0.6.1),
428  python-anyjson (>= 0.3.3),
429  python-babel,
430  python-eventlet (>= 0.13.0),
431  python-greenlet (>= 0.3.12),
432  python-httplib2,
433  python-iso8601,
434  python-jinja2,
435  python-keystoneclient (>= 1:0.3.0),
436  python-kombu (>= 2.5.12),
437  python-netaddr,
438  python-neutronclient (>= 1:2.2.3),
439  python-oslo.config (>= 1:1.2.0a3),
440  python-paste,
441  python-pastedeploy,
442  python-psutil (>= 0.6.1),
443  python-requests (>= 1.1),
444  python-routes,
445  python-six,
446  python-sqlalchemy (>= 0.8.2),
447  python-stevedore (>= 0.10),
448  python-webob,
449  ${misc:Depends},
450  ${python:Depends}
451 Provides: ${python:Provides}
452 XB-Python-Version: ${python:Versions}
453 Breaks: python-quantum ( << 1:2013.2~b2-0ubuntu1~ )
454 Replaces: python-quantum ( << 1:2013.2~b2-0ubuntu1~ )
455 Description: Neutron is a virutal network service for Openstack - Python library
456  Neutron is a virtual network service for Openstack, and a part of
457  Netstack. Just like OpenStack Nova provides an API to dynamically
458  request and configure virtual servers, Neutron provides an API to
459  dynamically request and configure virtual networks. These networks
460  connect "interfaces" from other OpenStack services (e.g., virtual NICs
461  from Nova VMs). The Neutron API supports extensions to provide
462  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
463  etc.)
464  .
465  This package provides the Python library.
466
467 Package: neutron-plugin-openvswitch
468 Architecture: all
469 Provides: neutron-plugin
470 Depends:
471  neutron-common (= ${source:Version}),
472  ${misc:Depends},
473  ${python:Depends},
474  ${shlibs:Depends}
475 Breaks: quantum-plugin-openvswitch ( << 1:2013.2~b2-0ubuntu1~ )
476 Replaces: quantum-plugin-openvswitch ( << 1:2013.2~b2-0ubuntu1~ )
477 Description: Neutron is a virtual network service for Openstack - Open vSwitch plugin
478  Neutron is a virtual network service for Openstack, and a part of
479  Netstack. Just like OpenStack Nova provides an API to dynamically
480  request and configure virtual servers, Neutron provides an API to
481  dynamically request and configure virtual networks. These networks
482  connect "interfaces" from other OpenStack services (e.g., virtual NICs
483  from Nova VMs). The Neutron API supports extensions to provide
484  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
485  etc.)
486  .
487  This package provides the Open vSwitch plugin.
488
489 Package: neutron-plugin-ml2
490 Architecture: all
491 Provides: neutron-plugin
492 Depends:
493  neutron-common (= ${source:Version}),
494  ${misc:Depends},
495  ${python:Depends},
496  ${shlibs:Depends}
497 Description: Neutron is a virtual network service for Openstack - ML2 plugin
498  Neutron is a virtual network service for Openstack, and a part of
499  Netstack. Just like OpenStack Nova provides an API to dynamically
500  request and configure virtual servers, Neutron provides an API to
501  dynamically request and configure virtual networks. These networks
502  connect "interfaces" from other OpenStack services (e.g., virtual NICs
503  from Nova VMs). The Neutron API supports extensions to provide
504  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
505  etc.)
506  .
507  This package provides the Modular Layer 2 plugin.
508
509 Package: neutron-plugin-openvswitch-agent
510 Architecture: all
511 Depends:
512  neutron-plugin-ml2 (= ${source:Version}),
513  openvswitch-switch,
514  ${misc:Depends},
515  ${python:Depends},
516  ${shlibs:Depends}
517 Breaks: quantum-plugin-openvswitch-agent ( << 1:2013.2~b2-0ubuntu1~ )
518 Replaces: quantum-plugin-openvswitch-agent ( << 1:2013.2~b2-0ubuntu1~ )
519 Description: Neutron is a virtual network service for Openstack - Open vSwitch plugin agent
520  Neutron is a virtual network service for Openstack, and a part of
521  Netstack. Just like OpenStack Nova provides an API to dynamically
522  request and configure virtual servers, Neutron provides an API to
523  dynamically request and configure virtual networks. These networks
524  connect "interfaces" from other OpenStack services (e.g., virtual NICs
525  from Nova VMs). The Neutron API supports extensions to provide
526  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
527  etc.)
528  .
529  This package provides the Open vSwitch plugin agent.
530
531 Package: neutron-plugin-linuxbridge
532 Architecture: all
533 Provides: neutron-plugin
534 Depends:
535  neutron-common (= ${source:Version}),
536  ${misc:Depends},
537  ${python:Depends},
538  ${shlibs:Depends}
539 Breaks: quantum-plugin-linuxbridge ( << 1:2013.2~b2-0ubuntu1~ )
540 Replaces: quantum-plugin-linuxbridge ( << 1:2013.2~b2-0ubuntu1~ )
541 Description: Neutron is a virtual network service for Openstack - linuxbridge plugin
542  Neutron is a virtual network service for Openstack, and a part of
543  Netstack. Just like OpenStack Nova provides an API to dynamically
544  request and configure virtual servers, Neutron provides an API to
545  dynamically request and configure virtual networks. These networks
546  connect "interfaces" from other OpenStack services (e.g., virtual NICs
547  from Nova VMs). The Neutron API supports extensions to provide
548  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
549  etc.)
550  .
551  This package provides the linuxbridge plugin.
552
553 Package: neutron-plugin-linuxbridge-agent
554 Architecture: all
555 Depends:
556  bridge-utils,
557  neutron-plugin-linuxbridge (= ${source:Version}),
558  ${misc:Depends},
559  ${python:Depends},
560  ${shlibs:Depends}
561 Breaks: quantum-plugin-linuxbirdge-agent ( << 1:2013.2~b2-0ubuntu1~ )
562 Replaces: quantum-plugin-linuxbridge-agent ( << 1:2013.2~b2-0ubuntu1~ )
563 Description: Neutron is a virtual network service for Openstack - linuxbridge plugin agent
564  Neutron is a virtual network service for Openstack, and a part of
565  Netstack. Just like OpenStack Nova provides an API to dynamically
566  request and configure virtual servers, Neutron provides an API to
567  dynamically request and configure virtual networks. These networks
568  connect "interfaces" from other OpenStack services (e.g., virtual NICs
569  from Nova VMs). The Neutron API supports extensions to provide
570  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
571  etc.)
572  .
573  This package provides the linuxbridge plugin agent.
574
575 Package: neutron-plugin-ryu
576 Architecture: all
577 Provides: neutron-plugin
578 Depends:
579  neutron-common (= ${source:Version}),
580  ${misc:Depends},
581  ${python:Depends},
582  ${shlibs:Depends}
583 Breaks: quantum-plugin-ryu ( << 1:2013.2~b2-0ubuntu1~ )
584 Replaces: quantum-plugin-ryu ( << 1:2013.2~b2-0ubuntu1~ )
585 Description: Neutron is a virtual network service for Openstack - RYU plugin
586  Neutron is a virtual network service for Openstack, and a part of
587  Netstack. Just like OpenStack Nova provides an API to dynamically
588  request and configure virtual servers, Neutron provides an API to
589  dynamically request and configure virtual networks. These networks
590  connect "interfaces" from other OpenStack services (e.g., virtual NICs
591  from Nova VMs). The Neutron API supports extensions to provide
592  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
593  etc.)
594  .
595  This package provides the RYU plugin.
596
597 Package: neutron-plugin-ryu-agent
598 Architecture: all
599 Depends:
600  neutron-plugin-ryu (= ${source:Version}),
601  ${misc:Depends},
602  ${python:Depends},
603  ${shlibs:Depends}
604 Breaks: quantum-plugin-ryu-agent ( << 1:2013.2~b2-0ubuntu1~ )
605 Replaces: quantum-plugin-ryu-agent ( << 1:2013.2~b2-0ubuntu1~ )
606 Description: Neutron is a virtual network service for Openstack - RYU plugin agent
607  Neutron is a virtual network service for Openstack, and a part of
608  Netstack. Just like OpenStack Nova provides an API to dynamically
609  request and configure virtual servers, Neutron provides an API to
610  dynamically request and configure virtual networks. These networks
611  connect "interfaces" from other OpenStack services (e.g., virtual NICs
612  from Nova VMs). The Neutron API supports extensions to provide
613  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
614  etc.)
615  .
616  This package provides the RYU plugin agent.
617
618 Package: neutron-plugin-midonet
619 Architecture: all
620 Provides: neutron-plugin
621 Depends:
622  neutron-common (= ${source:Version}),
623  ${misc:Depends},
624  ${python:Depends},
625  ${shlibs:Depends}
626 Breaks: quantum-plugin-midonet ( << 1:2013.2~b2-0ubuntu1~ )
627 Replaces: quantum-plugin-midonet ( << 1:2013.2~b2-0ubuntu1~ )
628 Description: Neutron is a virtual network service for Openstack - Midonet plugin
629  Neutron is a virtual network service for Openstack, and a part of
630  Netstack. Just like OpenStack Nova provides an API to dynamically
631  request and configure virtual servers, Neutron provides an API to
632  dynamically request and configure virtual networks. These networks
633  connect "interfaces" from other OpenStack services (e.g., virtual NICs
634  from Nova VMs). The Neutron API supports extensions to provide
635  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
636  etc.)
637  .
638  This package provides the Midonet plugin.
639
640 Package: neutron-plugin-mlnx
641 Architecture: all
642 Provides: neutron-plugin
643 Depends:
644  neutron-common (= ${source:Version}),
645  ${misc:Depends},
646  ${python:Depends},
647  ${shlibs:Depends}
648 Breaks: neutron-plugin-mlnx-agent ( << 1:2014.1~b3-0ubuntu2~ )
649 Replaces: neutron-plugin-mlnx-agent ( << 1:2014.1~b3-0ubuntu2~ )
650 Description: Neutron is a virtual network service for Openstack - Mellanox plugin
651  Neutron is a virtual network service for Openstack, and a part of
652  Netstack. Just like OpenStack Nova provides an API to dynamically
653  request and configure virtual servers, Neutron provides an API to
654  dynamically request and configure virtual networks. These networks
655  connect "interfaces" from other OpenStack services (e.g., virtual NICs
656  from Nova VMs). The Neutron API supports extensions to provide
657  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
658  etc.)
659  .
660  This package provides the Mellanox plugin.
661
662 Package: neutron-plugin-mlnx-agent
663 Architecture: all
664 Provides: neutron-plugin
665 Depends:
666  neutron-common (= ${source:Version}),
667  neutron-plugin-mlnx,
668  ${misc:Depends},
669  ${python:Depends},
670  ${shlibs:Depends}
671 Description: Neutron is a virtual network service for Openstack - Mellanox plugin agent
672  Neutron is a virtual network service for Openstack, and a part of
673  Netstack. Just like OpenStack Nova provides an API to dynamically
674  request and configure virtual servers, Neutron provides an API to
675  dynamically request and configure virtual networks. These networks
676  connect "interfaces" from other OpenStack services (e.g., virtual NICs
677  from Nova VMs). The Neutron API supports extensions to provide
678  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
679  etc.)
680  .
681  This package provides the Mellanox plugin agent.
682
683 Package: neutron-vpn-agent
684 Architecture: all
685 Depends:
686  iputils-arping,
687  neutron-common (= ${source:Version}),
688  neutron-metadata-agent (= ${source:Version}),
689  ${misc:Depends},
690  ${python:Depends},
691  ${shlibs:Depends}
692 Breaks: neutron-plugin-vpn-agent ( << 1:2014.1~b3-0ubuntu2~ )
693 Replaces: neutron-plugin-vpn-agent ( << 1:2014.1~b3-0ubuntu2~ )
694 Conflicts: neutron-l3-agent
695 Description: Neutron is a virtual network service for Openstack - VPN agent
696  Neutron is a virtual network service for Openstack, and a part of
697  Netstack. Just like OpenStack Nova provides an API to dynamically
698  request and configure virtual servers, Neutron provides an API to
699  dynamically request and configure virtual networks. These networks
700  connect "interfaces" from other OpenStack services (e.g., virtual NICs
701  from Nova VMs). The Neutron API supports extensions to provide
702  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
703  etc.)
704  .
705  This package provides the VPN agent, which also provides L3 agent support.
706
707 Package: neutron-plugin-vpn-agent
708 Architecture: all
709 Depends: neutron-vpn-agent, ${misc:Depends}
710 Description: transitional dummy package
711  This is a transitional dummy package. It can safely be removed.
712
713 Package: neutron-metering-agent
714 Architecture: all
715 Depends:
716  neutron-common (= ${source:Version}),
717  ${misc:Depends},
718  ${python:Depends},
719  ${shlibs:Depends}
720 Breaks: neutron-plugin-metering-agent ( << 1:2014.1~b3-0ubuntu2~ )
721 Replaces: neutron-plugin-metering-agent ( << 1:2014.1~b3-0ubuntu2~ )
722 Description: Neutron is a virtual network service for Openstack - metering agent
723  Neutron is a virtual network service for Openstack, and a part of
724  Netstack. Just like OpenStack Nova provides an API to dynamically
725  request and configure virtual servers, Neutron provides an API to
726  dynamically request and configure virtual networks. These networks
727  connect "interfaces" from other OpenStack services (e.g., virtual NICs
728  from Nova VMs). The Neutron API supports extensions to provide
729  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
730  etc.)
731  .
732  This package provides the metering agent.
733
734 Package: neutron-plugin-metering-agent
735 Architecture: all
736 Depends: neutron-metering-agent, ${misc:Depends}
737 Description: transitional dummy package
738  This is a transitional dummy package. It can safely be removed.
739
740 Package: neutron-plugin-openflow-agent
741 Architecture: all
742 Depends:
743  neutron-plugin-ml2 (= ${source:Version}),
744  ${misc:Depends},
745  ${python:Depends},
746  ${shlibs:Depends}
747 Description: Neutron is a virtual network service for Openstack - Openflow agent
748  Neutron is a virtual network service for Openstack, and a part of
749  Netstack. Just like OpenStack Nova provides an API to dynamically
750  request and configure virtual servers, Neutron provides an API to
751  dynamically request and configure virtual networks. These networks
752  connect "interfaces" from other OpenStack services (e.g., virtual NICs
753  from Nova VMs). The Neutron API supports extensions to provide
754  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
755  etc.)
756  .
757  This package provides the Openflow agent.
758
759 Package: neutron-plugin-ibm
760 Architecture: all
761 Provides: neutron-plugin
762 Depends:
763  neutron-common (= ${source:Version}),
764  ${misc:Depends},
765  ${python:Depends},
766  ${shlibs:Depends}
767 Description: Neutron is a virtual network service for Openstack - IBM SDN plugin
768  Neutron is a virtual network service for Openstack, and a part of
769  Netstack. Just like OpenStack Nova provides an API to dynamically
770  request and configure virtual servers, Neutron provides an API to
771  dynamically request and configure virtual networks. These networks
772  connect "interfaces" from other OpenStack services (e.g., virtual NICs
773  from Nova VMs). The Neutron API supports extensions to provide
774  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
775  etc.)
776  .
777  This package provides the IBM SDN plugin.
778
779 Package: neutron-plugin-ibm-agent
780 Architecture: all
781 Depends:
782  neutron-plugin-ibm (= ${source:Version}),
783  ${misc:Depends},
784  ${python:Depends},
785  ${shlibs:Depends}
786 Description: Neutron is a virtual network service for Openstack - IBM agent
787  Neutron is a virtual network service for Openstack, and a part of
788  Netstack. Just like OpenStack Nova provides an API to dynamically
789  request and configure virtual servers, Neutron provides an API to
790  dynamically request and configure virtual networks. These networks
791  connect "interfaces" from other OpenStack services (e.g., virtual NICs
792  from Nova VMs). The Neutron API supports extensions to provide
793  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
794  etc.)
795  .
796  This package provides the IBM agent.
797
798 Package: neutron-plugin-oneconvergence
799 Architecture: all
800 Provides: neutron-plugin
801 Depends:
802  neutron-common (= ${source:Version}),
803  ${misc:Depends},
804  ${python:Depends},
805  ${shlibs:Depends}
806 Description: Neutron is a virtual network service for Openstack - One Convergence plugin
807  Neutron is a virtual network service for Openstack, and a part of
808  Netstack. Just like OpenStack Nova provides an API to dynamically
809  request and configure virtual servers, Neutron provides an API to
810  dynamically request and configure virtual networks. These networks
811  connect "interfaces" from other OpenStack services (e.g., virtual NICs
812  from Nova VMs). The Neutron API supports extensions to provide
813  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
814  etc.)
815  .
816  This package provides the One Convergence plugin.
817
818 Package: neutron-plugin-oneconvergence-agent
819 Architecture: all
820 Depends:
821  neutron-plugin-oneconvergence (= ${source:Version}),
822  ${misc:Depends},
823  ${python:Depends},
824  ${shlibs:Depends}
825 Description: Neutron is a virtual network service for Openstack - One Convergence agent
826  Neutron is a virtual network service for Openstack, and a part of
827  Netstack. Just like OpenStack Nova provides an API to dynamically
828  request and configure virtual servers, Neutron provides an API to
829  dynamically request and configure virtual networks. These networks
830  connect "interfaces" from other OpenStack services (e.g., virtual NICs
831  from Nova VMs). The Neutron API supports extensions to provide
832  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
833  etc.)
834  .
835  This package provides the One Convergence agent.