52e97f9ed36425fd3c5d5d0c0234e8b147cff345
[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: neutron-ovs-cleanup
647 Architecture: all
648 Depends:
649  neutron-common (= ${source:Version}),
650  ${misc:Depends},
651  ${python:Depends},
652  ${shlibs:Depends}
653 Breaks: quantum-ovs-cleanup ( << 1:2013.2~b2-0ubuntu1~ )
654 Replaces: quantum-ovs-cleanup ( << 1:2013.2~b2-0ubuntu1~ )
655 Description: This package provides OVS cleanup upstart script.
656
657 Package: quantum-server
658 Depends: neutron-server, ${misc:Depends}
659 Architecture: all
660 Section: oldlibs
661 description: transitional dummy package
662  This is a transitional dummy package. It can safely be removed.
663
664 Package: quantum-common
665 Depends: neutron-common, ${misc:Depends}
666 Architecture: all
667 Section: oldlibs
668 Description: transitional dummy package
669  This is a transitional dummy package. It can safely be removed.
670
671 Package: quantum-plugin-cisco
672 Depends: neutron-plugin-cisco, ${misc:Depends}
673 Architecture: all
674 Section: oldlibs
675 Description: transitional dummy package
676  This is a transitional dummy package. It can safely be removed.
677
678 Package: quantum-plugin-nec
679 Depends: neutron-plugin-nec, ${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-plugin-nec-agent
686 Depends: neutron-plugin-nec-agent, ${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-bigswitch
693 Depends: neutron-plugin-bigswitch, ${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-hyperv
700 Depends: neutron-plugin-hyperv, ${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-brocade
707 Depends: neutron-plugin-brocade, ${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-plumgrid
714 Depends: neutron-plugin-plumgrid, ${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-metaplugin
721 Depends: neutron-plugin-metaplugin, ${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-nicira
728 Depends: neutron-plugin-nicira, ${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-l3-agent
735 Depends: neutron-l3-agent, ${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-dhcp-agent
742 Depends: neutron-dhcp-agent, ${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-metadata-agent
749 Depends: neutron-metadata-agent, ${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-lbaas-agent
756 Depends: neutron-lbaas-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: python-quantum
763 Depends: python-neutron, ${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-plugin-openvswitch
770 Depends: neutron-plugin-openvswitch, ${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-plugin-openvswitch-agent
777 Depends: neutron-plugin-openvswitch-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: quantum-plugin-linuxbridge
784 Depends: neutron-plugin-linuxbridge, ${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-linuxbridge-agent
791 Depends: neutron-plugin-linuxbridge-agent, ${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-ryu
798 Depends: neutron-plugin-ryu, ${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-ryu-agent
805 Depends: neutron-plugin-ryu-agent, ${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-midonet
812 Depends: neutron-plugin-midonet, ${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.