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