Update specs according to OSCI-992
[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-ml2
453 Architecture: all
454 Provides: neutron-plugin
455 Depends:
456  neutron-common (= ${source:Version}),
457  ${misc:Depends},
458  ${python:Depends},
459  ${shlibs:Depends}
460 Description: Neutron is a virtual network service for Openstack - ML2 plugin
461  Neutron is a virtual network service for Openstack, and a part of
462  Netstack. Just like OpenStack Nova provides an API to dynamically
463  request and configure virtual servers, Neutron provides an API to
464  dynamically request and configure virtual networks. These networks
465  connect "interfaces" from other OpenStack services (e.g., virtual NICs
466  from Nova VMs). The Neutron API supports extensions to provide
467  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
468  etc.)
469  .
470  This package provides the Modular Layer 2 plugin.
471
472 Package: neutron-plugin-openvswitch-agent
473 Architecture: all
474 Depends:
475  neutron-common (= ${source:Version}),
476  neutron-plugin-ml2,
477  openvswitch-switch,
478  ${misc:Depends},
479  ${python:Depends},
480  ${shlibs:Depends}
481 Breaks: quantum-plugin-openvswitch-agent ( << 1:2013.2~b2-0ubuntu1~ )
482 Replaces: quantum-plugin-openvswitch-agent ( << 1:2013.2~b2-0ubuntu1~ )
483 Description: Neutron is a virtual network service for Openstack - Open vSwitch plugin agent
484  Neutron is a virtual network service for Openstack, and a part of
485  Netstack. Just like OpenStack Nova provides an API to dynamically
486  request and configure virtual servers, Neutron provides an API to
487  dynamically request and configure virtual networks. These networks
488  connect "interfaces" from other OpenStack services (e.g., virtual NICs
489  from Nova VMs). The Neutron API supports extensions to provide
490  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
491  etc.)
492  .
493  This package provides the Open vSwitch plugin agent.
494
495 Package: neutron-plugin-linuxbridge
496 Architecture: all
497 Provides: neutron-plugin
498 Depends:
499  neutron-common (= ${source:Version}),
500  ${misc:Depends},
501  ${python:Depends},
502  ${shlibs:Depends}
503 Breaks: quantum-plugin-linuxbridge ( << 1:2013.2~b2-0ubuntu1~ )
504 Replaces: quantum-plugin-linuxbridge ( << 1:2013.2~b2-0ubuntu1~ )
505 Description: Neutron is a virtual network service for Openstack - linuxbridge plugin
506  Neutron is a virtual network service for Openstack, and a part of
507  Netstack. Just like OpenStack Nova provides an API to dynamically
508  request and configure virtual servers, Neutron provides an API to
509  dynamically request and configure virtual networks. These networks
510  connect "interfaces" from other OpenStack services (e.g., virtual NICs
511  from Nova VMs). The Neutron API supports extensions to provide
512  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
513  etc.)
514  .
515  This package provides the linuxbridge plugin.
516
517 Package: neutron-plugin-linuxbridge-agent
518 Architecture: all
519 Depends:
520  bridge-utils,
521  neutron-common (= ${source:Version}),
522  neutron-plugin-linuxbridge,
523  ${misc:Depends},
524  ${python:Depends},
525  ${shlibs:Depends}
526 Breaks: quantum-plugin-linuxbirdge-agent ( << 1:2013.2~b2-0ubuntu1~ )
527 Replaces: quantum-plugin-linuxbridge-agent ( << 1:2013.2~b2-0ubuntu1~ )
528 Description: Neutron is a virtual network service for Openstack - linuxbridge plugin agent
529  Neutron is a virtual network service for Openstack, and a part of
530  Netstack. Just like OpenStack Nova provides an API to dynamically
531  request and configure virtual servers, Neutron provides an API to
532  dynamically request and configure virtual networks. These networks
533  connect "interfaces" from other OpenStack services (e.g., virtual NICs
534  from Nova VMs). The Neutron API supports extensions to provide
535  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
536  etc.)
537  .
538  This package provides the linuxbridge plugin agent.
539
540 Package: neutron-plugin-ryu
541 Architecture: all
542 Provides: neutron-plugin
543 Depends:
544  neutron-common (= ${source:Version}),
545  ${misc:Depends},
546  ${python:Depends},
547  ${shlibs:Depends}
548 Breaks: quantum-plugin-ryu ( << 1:2013.2~b2-0ubuntu1~ )
549 Replaces: quantum-plugin-ryu ( << 1:2013.2~b2-0ubuntu1~ )
550 Description: Neutron is a virtual network service for Openstack - RYU plugin
551  Neutron is a virtual network service for Openstack, and a part of
552  Netstack. Just like OpenStack Nova provides an API to dynamically
553  request and configure virtual servers, Neutron provides an API to
554  dynamically request and configure virtual networks. These networks
555  connect "interfaces" from other OpenStack services (e.g., virtual NICs
556  from Nova VMs). The Neutron API supports extensions to provide
557  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
558  etc.)
559  .
560  This package provides the RYU plugin.
561
562 Package: neutron-plugin-ryu-agent
563 Architecture: all
564 Depends:
565  neutron-common (= ${source:Version}),
566  neutron-plugin-ryu,
567  ${misc:Depends},
568  ${python:Depends},
569  ${shlibs:Depends}
570 Breaks: quantum-plugin-ryu-agent ( << 1:2013.2~b2-0ubuntu1~ )
571 Replaces: quantum-plugin-ryu-agent ( << 1:2013.2~b2-0ubuntu1~ )
572 Description: Neutron is a virtual network service for Openstack - RYU plugin agent
573  Neutron is a virtual network service for Openstack, and a part of
574  Netstack. Just like OpenStack Nova provides an API to dynamically
575  request and configure virtual servers, Neutron provides an API to
576  dynamically request and configure virtual networks. These networks
577  connect "interfaces" from other OpenStack services (e.g., virtual NICs
578  from Nova VMs). The Neutron API supports extensions to provide
579  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
580  etc.)
581  .
582  This package provides the RYU plugin agent.
583
584 Package: neutron-plugin-midonet
585 Architecture: all
586 Provides: neutron-plugin
587 Depends:
588  neutron-common (= ${source:Version}),
589  ${misc:Depends},
590  ${python:Depends},
591  ${shlibs:Depends}
592 Breaks: quantum-plugin-midonet ( << 1:2013.2~b2-0ubuntu1~ )
593 Replaces: quantum-plugin-midonet ( << 1:2013.2~b2-0ubuntu1~ )
594 Description: Neutron is a virtual network service for Openstack - Midonet plugin
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 Midonet plugin.
605
606 Package: neutron-plugin-mlnx-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 - mlnx plugin agent
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 mlnx plugin agent.
625
626 Package: neutron-plugin-vpn-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 - vpn 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 vpn plugin.
645
646 Package: neutron-plugin-metering-agent
647 Architecture: all
648 Provides: neutron-plugin
649 Depends:
650  neutron-common (= ${source:Version}),
651  ${misc:Depends},
652  ${python:Depends},
653  ${shlibs:Depends}
654 Description: Neutron is a virtual network service for Openstack - metering plugin
655  Neutron is a virtual network service for Openstack, and a part of
656  Netstack. Just like OpenStack Nova provides an API to dynamically
657  request and configure virtual servers, Neutron provides an API to
658  dynamically request and configure virtual networks. These networks
659  connect "interfaces" from other OpenStack services (e.g., virtual NICs
660  from Nova VMs). The Neutron API supports extensions to provide
661  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
662  etc.)
663  .
664  This package provides the metering plugin.
665
666 Package: neutron-ovs-cleanup
667 Architecture: all
668 Depends:
669  neutron-common (= ${source:Version}),
670  neutron-plugin-openvswitch (= ${source:Version}),
671  ${misc:Depends},
672  ${python:Depends},
673  ${shlibs:Depends}
674 Breaks: quantum-ovs-cleanup ( << 1:2013.2~b2-0ubuntu1~ )
675 Replaces: quantum-ovs-cleanup ( << 1:2013.2~b2-0ubuntu1~ )
676 Description: This package provides OVS cleanup upstart script.
677
678 Package: quantum-server
679 Depends: neutron-server, ${misc:Depends}
680 Architecture: all
681 Section: oldlibs
682 description: transitional dummy package
683  This is a transitional dummy package. It can safely be removed.
684
685 Package: quantum-common
686 Depends: neutron-common, ${misc:Depends}
687 Architecture: all
688 Section: oldlibs
689 Description: transitional dummy package
690  This is a transitional dummy package. It can safely be removed.
691
692 Package: quantum-plugin-cisco
693 Depends: neutron-plugin-cisco, ${misc:Depends}
694 Architecture: all
695 Section: oldlibs
696 Description: transitional dummy package
697  This is a transitional dummy package. It can safely be removed.
698
699 Package: quantum-plugin-nec
700 Depends: neutron-plugin-nec, ${misc:Depends}
701 Architecture: all
702 Section: oldlibs
703 Description: transitional dummy package
704  This is a transitional dummy package. It can safely be removed.
705
706 Package: quantum-plugin-nec-agent
707 Depends: neutron-plugin-nec-agent, ${misc:Depends}
708 Architecture: all
709 Section: oldlibs
710 Description: transitional dummy package
711  This is a transitional dummy package. It can safely be removed.
712
713 Package: quantum-plugin-bigswitch
714 Depends: neutron-plugin-bigswitch, ${misc:Depends}
715 Architecture: all
716 Section: oldlibs
717 Description: transitional dummy package
718  This is a transitional dummy package. It can safely be removed.
719
720 Package: quantum-plugin-hyperv
721 Depends: neutron-plugin-hyperv, ${misc:Depends}
722 Architecture: all
723 Section: oldlibs
724 Description: transitional dummy package
725  This is a transitional dummy package. It can safely be removed.
726
727 Package: quantum-plugin-brocade
728 Depends: neutron-plugin-brocade, ${misc:Depends}
729 Architecture: all
730 Section: oldlibs
731 Description: transitional dummy package
732  This is a transitional dummy package. It can safely be removed.
733
734 Package: quantum-plugin-plumgrid
735 Depends: neutron-plugin-plumgrid, ${misc:Depends}
736 Architecture: all
737 Section: oldlibs
738 Description: transitional dummy package
739  This is a transitional dummy package. It can safely be removed.
740
741 Package: quantum-plugin-metaplugin
742 Depends: neutron-plugin-metaplugin, ${misc:Depends}
743 Architecture: all
744 Section: oldlibs
745 Description: transitional dummy package
746  This is a transitional dummy package. It can safely be removed.
747
748 Package: quantum-plugin-nicira
749 Depends: neutron-plugin-nicira, ${misc:Depends}
750 Architecture: all
751 Section: oldlibs
752 Description: transitional dummy package
753  This is a transitional dummy package. It can safely be removed.
754
755 Package: quantum-l3-agent
756 Depends: neutron-l3-agent, ${misc:Depends}
757 Architecture: all
758 Section: oldlibs
759 Description: transitional dummy package
760  This is a transitional dummy package. It can safely be removed.
761
762 Package: quantum-dhcp-agent
763 Depends: neutron-dhcp-agent, ${misc:Depends}
764 Architecture: all
765 Section: oldlibs
766 Description: transitional dummy package
767  This is a transitional dummy package. It can safely be removed.
768
769 Package: quantum-metadata-agent
770 Depends: neutron-metadata-agent, ${misc:Depends}
771 Architecture: all
772 Section: oldlibs
773 Description: transitional dummy package
774  This is a transitional dummy package. It can safely be removed.
775
776 Package: quantum-lbaas-agent
777 Depends: neutron-lbaas-agent, ${misc:Depends}
778 Architecture: all
779 Section: oldlibs
780 Description: transitional dummy package
781  This is a transitional dummy package. It can safely be removed.
782
783 Package: python-quantum
784 Depends: python-neutron, ${misc:Depends}
785 Architecture: all
786 Section: oldlibs
787 Description: transitional dummy package
788  This is a transitional dummy package. It can safely be removed.
789
790 Package: quantum-plugin-openvswitch
791 Depends: neutron-plugin-openvswitch, ${misc:Depends}
792 Architecture: all
793 Section: oldlibs
794 Description: transitional dummy package
795  This is a transitional dummy package. It can safely be removed.
796
797 Package: quantum-plugin-openvswitch-agent
798 Depends: neutron-plugin-openvswitch-agent, ${misc:Depends}
799 Architecture: all
800 Section: oldlibs
801 Description: transitional dummy package
802  This is a transitional dummy package. It can safely be removed.
803
804 Package: quantum-plugin-linuxbridge
805 Depends: neutron-plugin-linuxbridge, ${misc:Depends}
806 Architecture: all
807 Section: oldlibs
808 Description: transitional dummy package
809  This is a transitional dummy package. It can safely be removed.
810
811 Package: quantum-plugin-linuxbridge-agent
812 Depends: neutron-plugin-linuxbridge-agent, ${misc:Depends}
813 Architecture: all
814 Section: oldlibs
815 Description: transitional dummy package
816  This is a transitional dummy package. It can safely be removed.
817
818 Package: quantum-plugin-ryu
819 Depends: neutron-plugin-ryu, ${misc:Depends}
820 Architecture: all
821 Section: oldlibs
822 Description: transitional dummy package
823  This is a transitional dummy package. It can safely be removed.
824
825 Package: quantum-plugin-ryu-agent
826 Depends: neutron-plugin-ryu-agent, ${misc:Depends}
827 Architecture: all
828 Section: oldlibs
829 Description: transitional dummy package
830  This is a transitional dummy package. It can safely be removed.
831
832 Package: quantum-plugin-midonet
833 Depends: neutron-plugin-midonet, ${misc:Depends}
834 Architecture: all
835 Section: oldlibs
836 Description: transitional dummy package
837  This is a transitional dummy package. It can safely be removed.