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