add build branch
[openstack-build/neutron-build.git] / debian / control
1 Source: quantum
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  pep8,
10  python-amqplib,
11  python-anyjson,
12  python-cliff,
13  python-configobj,
14  python-coverage,
15  python-eventlet,
16  python-fixtures (>= 0.3.12),
17  python-httplib2,
18  python-iso8601,
19  python-keystone,
20  python-kombu,
21  python-lxml,
22  python-mock (>= 1.0b1),
23  python-mox,
24  python-netaddr,
25  python-netifaces,
26  python-nose,
27  python-novaclient,
28  python-oslo.config,
29  python-paste,
30  python-pastedeploy,
31  python-pyudev,
32  python-quantumclient (>= 1:2.2.0),
33  python-routes,
34  python-setuptools,
35  python-setuptools-git,
36  python-simplejson,
37  python-sqlalchemy,
38  python-testtools,
39  python-webob,
40  python-webtest
41 XS-Python-Version: >= 2.6
42 Standards-Version: 3.9.4
43
44 Package: quantum-server
45 Architecture: all
46 Depends:
47  adduser,
48  quantum-common (= ${source:Version}),
49  ${misc:Depends},
50  ${python:Depends},
51  ${shlibs:Depends}
52 Recommends: quantum-plugin-openvswitch
53 Description: Quantum is a virtual network service for Openstack - server
54  Quantum is a virtual network service for Openstack, and a part of
55  Netstack. Just like OpenStack Nova provides an API to dynamically
56  request and configure virtual servers, Quantum provides an API to
57  dynamically request and configure virtual networks. These networks
58  connect "interfaces" from other OpenStack services (e.g., virtual NICs
59  from Nova VMs). The Quantum API supports extensions to provide
60  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
61  etc.)
62  .
63  This package provides the Quantum server
64
65 Package: quantum-common
66 Architecture: all
67 Depends:
68  adduser,
69  python-quantum (= ${source:Version}),
70  ${misc:Depends},
71  ${python:Depends}
72 Breaks: quantum-server ( <= 2013.1~g2-0ubuntu1 )
73 Replaces: quantum-server ( <= 2013.1~g2-0ubuntu1 )
74 Description: Quantum is a virtual network service for Openstack - common
75  Quantum is a virtual network service for Openstack, and a part of
76  Netstack. Just like OpenStack Nova provides an API to dynamically
77  request and configure virtual servers, Quantum provides an API to
78  dynamically request and configure virtual networks. These networks
79  connect "interfaces" from other OpenStack services (e.g., virtual NICs
80  from Nova VMs). The Quantum API supports extensions to provide
81  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
82  etc.)
83  .
84  This package provides the common files.
85
86 Package: quantum-plugin-cisco
87 Architecture: all
88 Provides: quantum-plugin
89 Depends:
90  quantum-common (= ${source:Version}),
91  ${misc:Depends},
92  ${python:Depends},
93  ${shlibs:Depends}
94 Description: Quantum is a virtual network service for Openstack - Cisco plugin
95  Quantum is a virtual network service for Openstack, and a part of
96  Netstack. Just like OpenStack Nova provides an API to dynamically
97  request and configure virtual servers, Quantum provides an API to
98  dynamically request and configure virtual networks. These networks
99  connect "interfaces" from other OpenStack services (e.g., virtual NICs
100  from Nova VMs). The Quantum API supports extensions to provide
101  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
102  etc.)
103  .
104  This package provides the Cisco plugin.
105
106 Package: quantum-plugin-nec
107 Architecture: all
108 Provides: quantum-plugin
109 Depends:
110  quantum-common (= ${source:Version}),
111  ${misc:Depends},
112  ${python:Depends},
113  ${shlibs:Depends}
114 Description: Quantum is a virtual network service for Openstack - NEC plugin
115  Quantum is a virtual network service for Openstack, and a part of
116  Netstack. Just like OpenStack Nova provides an API to dynamically
117  request and configure virtual servers, Quantum provides an API to
118  dynamically request and configure virtual networks. These networks
119  connect "interfaces" from other OpenStack services (e.g., virtual NICs
120  from Nova VMs). The Quantum API supports extensions to provide
121  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
122  etc.)
123  .
124  This package provides the NEC plugin.
125
126 Package: quantum-plugin-nec-agent
127 Architecture: all
128 Depends:
129  openvswitch-switch,
130  quantum-common (= ${source:Version}),
131  quantum-plugin-nec,
132  ${misc:Depends},
133  ${python:Depends},
134  ${shlibs:Depends}
135 Breaks: quantum-plugin-nec ( <= 2013.1~g2-0ubuntu1 )
136 Replaces: quantum-plugin-nec ( <= 2013.1~g2-0ubuntu1 )
137 Description: Quantum is a virtual network service for Openstack - NEC plugin agent
138  Quantum is a virtual network service for Openstack, and a part of
139  Netstack. Just like OpenStack Nova provides an API to dynamically
140  request and configure virtual servers, Quantum provides an API to
141  dynamically request and configure virtual networks. These networks
142  connect "interfaces" from other OpenStack services (e.g., virtual NICs
143  from Nova VMs). The Quantum API supports extensions to provide
144  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
145  etc.)
146  .
147  This package provides the NEC plugin agent.
148
149 Package: quantum-plugin-bigswitch
150 Architecture: all
151 Provides: quantum-plugin
152 Depends:
153  quantum-common (= ${source:Version}),
154  ${misc:Depends},
155  ${python:Depends},
156  ${shlibs:Depends}
157 Description: Quantum is a virtual network service for Openstack - BigSwitch plugin
158  Quantum is a virtual network service for Openstack, and a part of
159  Netstack. Just like OpenStack Nova provides an API to dynamically
160  request and configure virtual servers, Quantum provides an API to
161  dynamically request and configure virtual networks. These networks
162  connect "interfaces" from other OpenStack services (e.g., virtual NICs
163  from Nova VMs). The Quantum API supports extensions to provide
164  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
165  etc.)
166  .
167  This package provides the BigSwitch plugin.
168
169 Package: quantum-plugin-hyperv
170 Architecture: all
171 Provides: quantum-plugin
172 Depends:
173  quantum-common (= ${source:Version}),
174  ${misc:Depends},
175  ${python:Depends},
176  ${shlibs:Depends}
177 Description: Quantum is a virtual network service for Openstack - Hyper-V plugin
178  Quantum is a virtual network service for Openstack, and a part of
179  Netstack. Just like OpenStack Nova provides an API to dynamically
180  request and configure virtual servers, Quantum provides an API to
181  dynamically request and configure virtual networks. These networks
182  connect "interfaces" from other OpenStack services (e.g., virtual NICs
183  from Nova VMs). The Quantum API supports extensions to provide
184  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
185  etc.)
186  .
187  This package provides the Hyper-V plugin.
188
189 Package: quantum-plugin-brocade
190 Architecture: all
191 Provides: quantum-plugin
192 Depends:
193  quantum-common (= ${source:Version}),
194  ${misc:Depends},
195  ${python:Depends},
196  ${shlibs:Depends}
197 Description: Quantum is a virtual network service for Openstack - Brocade plugin
198  Quantum is a virtual network service for Openstack, and a part of
199  Netstack. Just like OpenStack Nova provides an API to dynamically
200  request and configure virtual servers, Quantum provides an API to
201  dynamically request and configure virtual networks. These networks
202  connect "interfaces" from other OpenStack services (e.g., virtual NICs
203  from Nova VMs). The Quantum API supports extensions to provide
204  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
205  etc.)
206  .
207  This package provides the Brocade plugin.
208
209 Package: quantum-plugin-plumgrid
210 Architecture: all
211 Provides: quantum-plugin
212 Depends:
213  quantum-common (= ${source:Version}),
214  ${misc:Depends},
215  ${python:Depends},
216  ${shlibs:Depends}
217 Description: Quantum is a virtual network service for Openstack - PLUMgrid plugin
218  Quantum is a virtual network service for Openstack, and a part of
219  Netstack. Just like OpenStack Nova provides an API to dynamically
220  request and configure virtual servers, Quantum provides an API to
221  dynamically request and configure virtual networks. These networks
222  connect "interfaces" from other OpenStack services (e.g., virtual NICs
223  from Nova VMs). The Quantum API supports extensions to provide
224  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
225  etc.)
226  .
227  This package provides the PLUMgrid plugin.
228
229 Package: quantum-plugin-metaplugin
230 Architecture: all
231 Provides: quantum-plugin
232 Depends:
233  quantum-common (= ${source:Version}),
234  ${misc:Depends},
235  ${python:Depends},
236  ${shlibs:Depends}
237 Description: Quantum is a virtual network service for Openstack - Metaplugin plugin
238  Quantum is a virtual network service for Openstack, and a part of
239  Netstack. Just like OpenStack Nova provides an API to dynamically
240  request and configure virtual servers, Quantum provides an API to
241  dynamically request and configure virtual networks. These networks
242  connect "interfaces" from other OpenStack services (e.g., virtual NICs
243  from Nova VMs). The Quantum API supports extensions to provide
244  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
245  etc.)
246  .
247  This package provides the Metaplugin plugin.
248
249 Package: quantum-plugin-nicira
250 Architecture: all
251 Provides: quantum-plugin
252 Depends:
253  quantum-common (= ${source:Version}),
254  ${misc:Depends},
255  ${python:Depends},
256  ${shlibs:Depends}
257 Description: Quantum is a virtual network service for Openstack - Nicira plugin
258  Quantum is a virtual network service for Openstack, and a part of
259  Netstack. Just like OpenStack Nova provides an API to dynamically
260  request and configure virtual servers, Quantum provides an API to
261  dynamically request and configure virtual networks. These networks
262  connect "interfaces" from other OpenStack services (e.g., virtual NICs
263  from Nova VMs). The Quantum API supports extensions to provide
264  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
265  etc.)
266  .
267  This package provides the Nicira NVP plugin
268
269 Package: quantum-l3-agent
270 Architecture: all
271 Depends:
272  quantum-common (= ${source:Version}),
273  quantum-metadata-agent (= ${source:Version}),
274  iputils-arping,
275  ${misc:Depends},
276  ${python:Depends},
277  ${shlibs:Depends}
278 Breaks:
279  quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 ),
280  quantum-server ( <= 2013.1~g2-0ubuntu1 )
281 Replaces:
282  quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 ),
283  quantum-server ( <= 2013.1~g2-0ubuntu1 )
284 Description: Quantum is a virtual network service for Openstack - l3 agent
285  Quantum 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, Quantum 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 Quantum API supports extensions to provide
291  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
292  etc.)
293  .
294  This package provides the layer 3 routing agent.
295
296 Package: quantum-dhcp-agent
297 Architecture: all
298 Depends:
299  dnsmasq-base,
300  dnsmasq-utils,
301  quantum-common (= ${source:Version}),
302  quantum-metadata-agent (= ${source:Version}),
303  ${misc:Depends},
304  ${python:Depends},
305  ${shlibs:Depends}
306 Breaks: quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
307 Replaces: quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
308 Description: Quantum is a virtual network service for Openstack - DHCP agent
309  Quantum is a virtual network service for Openstack, and a part of
310  Netstack. Just like OpenStack Nova provides an API to dynamically
311  request and configure virtual servers, Quantum provides an API to
312  dynamically request and configure virtual networks. These networks
313  connect "interfaces" from other OpenStack services (e.g., virtual NICs
314  from Nova VMs). The Quantum API supports extensions to provide
315  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
316  etc.)
317  .
318  This package provides the DHCP agent.
319
320 Package: quantum-metadata-agent
321 Architecture: all
322 Depends:
323  quantum-common (= ${source:Version}),
324  ${misc:Depends},
325  ${python:Depends},
326  ${shlibs:Depends}
327 Breaks: quantum-l3-agent (<= 2013.1.g3-0ubuntu1)
328 Replaces: quantum-l3-agent (<= 2013.1.g3-0ubuntu1)
329 Description: Quantum is a virtual network service for Openstack - metadata agent
330  Quantum is a virtual network service for Openstack, and a part of
331  Netstack. Just like OpenStack Nova provides an API to dynamically
332  request and configure virtual servers, Quantum provides an API to
333  dynamically request and configure virtual networks. These networks
334  connect "interfaces" from other OpenStack services (e.g., virtual NICs
335  from Nova VMs). The Quantum API supports extensions to provide
336  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
337  etc.)
338  .
339  This package provides the metadata proxy agent.
340
341 Package: quantum-lbaas-agent
342 Architecture: all
343 Depends:
344  haproxy,
345  quantum-common (= ${source:Version}),
346  ${misc:Depends},
347  ${python:Depends},
348  ${shlibs:Depends}
349 Breaks: quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
350 Replaces: quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
351 Description: Quantum is a virtual network service for Openstack - LBaaS agent
352  Quantum is a virtual network service for Openstack, and a part of
353  Netstack. Just like OpenStack Nova provides an API to dynamically
354  request and configure virtual servers, Quantum provides an API to
355  dynamically request and configure virtual networks. These networks
356  connect "interfaces" from other OpenStack services (e.g., virtual NICs
357  from Nova VMs). The Quantum API supports extensions to provide
358  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
359  etc.)
360  .
361  This package provides the Load Balancing as-a Service (LBaaS) agent.
362
363 Package: python-quantum
364 Architecture: all
365 Section: python
366 Depends:
367  python-amqplib,
368  python-anyjson,
369  python-configobj,
370  python-eventlet,
371  python-gflags,
372  python-httplib2,
373  python-iso8601,
374  python-keystone,
375  python-kombu,
376  python-lxml,
377  python-netaddr,
378  python-paste,
379  python-pastedeploy,
380  python-pyudev,
381  python-quantumclient (>= 1:0.1.0.1-0ubuntu1),
382  python-routes,
383  python-simplejson,
384  python-sqlalchemy,
385  python-webob,
386  ${misc:Depends},
387  ${python:Depends}
388 Provides: ${python:Provides}
389 XB-Python-Version: ${python:Versions}
390 Description: Quantum is a virutal network service for Openstack - Python library
391  Quantum is a virtual network service for Openstack, and a part of
392  Netstack. Just like OpenStack Nova provides an API to dynamically
393  request and configure virtual servers, Quantum provides an API to
394  dynamically request and configure virtual networks. These networks
395  connect "interfaces" from other OpenStack services (e.g., virtual NICs
396  from Nova VMs). The Quantum API supports extensions to provide
397  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
398  etc.)
399  .
400  This package provides the Python library.
401
402 Package: quantum-plugin-openvswitch
403 Architecture: all
404 Provides: quantum-plugin
405 Depends:
406  quantum-common (= ${source:Version}),
407  ${misc:Depends},
408  ${python:Depends},
409  ${shlibs:Depends}
410 Description: Quantum is a virtual network service for Openstack - Open vSwitch plugin
411  Quantum is a virtual network service for Openstack, and a part of
412  Netstack. Just like OpenStack Nova provides an API to dynamically
413  request and configure virtual servers, Quantum provides an API to
414  dynamically request and configure virtual networks. These networks
415  connect "interfaces" from other OpenStack services (e.g., virtual NICs
416  from Nova VMs). The Quantum API supports extensions to provide
417  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
418  etc.)
419  .
420  This package provides the Open vSwitch plugin.
421
422 Package: quantum-plugin-openvswitch-agent
423 Architecture: all
424 Depends:
425  openvswitch-switch,
426  quantum-common (= ${source:Version}),
427  quantum-plugin-openvswitch,
428  ${misc:Depends},
429  ${python:Depends},
430  ${shlibs:Depends}
431 Breaks: quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
432 Replaces: quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
433 Description: Quantum is a virtual network service for Openstack - Open vSwitch plugin agent
434  Quantum is a virtual network service for Openstack, and a part of
435  Netstack. Just like OpenStack Nova provides an API to dynamically
436  request and configure virtual servers, Quantum provides an API to
437  dynamically request and configure virtual networks. These networks
438  connect "interfaces" from other OpenStack services (e.g., virtual NICs
439  from Nova VMs). The Quantum API supports extensions to provide
440  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
441  etc.)
442  .
443  This package provides the Open vSwitch plugin agent.
444
445 Package: quantum-plugin-linuxbridge
446 Architecture: all
447 Provides: quantum-plugin
448 Depends:
449  quantum-common (= ${source:Version}),
450  ${misc:Depends},
451  ${python:Depends},
452  ${shlibs:Depends}
453 Description: Quantum is a virtual network service for Openstack - linuxbridge plugin
454  Quantum is a virtual network service for Openstack, and a part of
455  Netstack. Just like OpenStack Nova provides an API to dynamically
456  request and configure virtual servers, Quantum provides an API to
457  dynamically request and configure virtual networks. These networks
458  connect "interfaces" from other OpenStack services (e.g., virtual NICs
459  from Nova VMs). The Quantum API supports extensions to provide
460  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
461  etc.)
462  .
463  This package provides the linuxbridge plugin.
464
465 Package: quantum-plugin-linuxbridge-agent
466 Architecture: all
467 Depends:
468  bridge-utils,
469  quantum-common (= ${source:Version}),
470  quantum-plugin-linuxbridge,
471  ${misc:Depends},
472  ${python:Depends},
473  ${shlibs:Depends}
474 Breaks: quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
475 Replaces: quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
476 Description: Quantum is a virtual network service for Openstack - linuxbridge plugin agent
477  Quantum is a virtual network service for Openstack, and a part of
478  Netstack. Just like OpenStack Nova provides an API to dynamically
479  request and configure virtual servers, Quantum provides an API to
480  dynamically request and configure virtual networks. These networks
481  connect "interfaces" from other OpenStack services (e.g., virtual NICs
482  from Nova VMs). The Quantum API supports extensions to provide
483  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
484  etc.)
485  .
486  This package provides the linuxbridge plugin agent.
487
488 Package: quantum-plugin-ryu
489 Architecture: all
490 Provides: quantum-plugin
491 Depends:
492  quantum-common (= ${source:Version}),
493  ${misc:Depends},
494  ${python:Depends},
495  ${shlibs:Depends}
496 Description: Quantum is a virtual network service for Openstack - RYU plugin
497  Quantum is a virtual network service for Openstack, and a part of
498  Netstack. Just like OpenStack Nova provides an API to dynamically
499  request and configure virtual servers, Quantum provides an API to
500  dynamically request and configure virtual networks. These networks
501  connect "interfaces" from other OpenStack services (e.g., virtual NICs
502  from Nova VMs). The Quantum API supports extensions to provide
503  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
504  etc.)
505  .
506  This package provides the RYU plugin.
507
508 Package: quantum-plugin-ryu-agent
509 Architecture: all
510 Depends:
511  quantum-common (= ${source:Version}),
512  quantum-plugin-ryu,
513  ${misc:Depends},
514  ${python:Depends},
515  ${shlibs:Depends}
516 Breaks:
517  quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 ),
518  quantum-server ( << 2012.1-0ubuntu3 )
519 Replaces:
520  quantum-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 ),
521  quantum-server ( << 2012.1-0ubuntu3 )
522 Description: Quantum is a virtual network service for Openstack - RYU plugin agent
523  Quantum is a virtual network service for Openstack, and a part of
524  Netstack. Just like OpenStack Nova provides an API to dynamically
525  request and configure virtual servers, Quantum provides an API to
526  dynamically request and configure virtual networks. These networks
527  connect "interfaces" from other OpenStack services (e.g., virtual NICs
528  from Nova VMs). The Quantum API supports extensions to provide
529  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
530  etc.)
531  .
532  This package provides the RYU plugin agent.
533
534 Package: quantum-plugin-midonet
535 Architecture: all
536 Provides: quantum-plugin
537 Depends:
538  quantum-common (= ${source:Version}),
539  ${misc:Depends},
540  ${python:Depends},
541  ${shlibs:Depends}
542 Description: Quantum is a virtual network service for Openstack - Midonet plugin
543  Quantum is a virtual network service for Openstack, and a part of
544  Netstack. Just like OpenStack Nova provides an API to dynamically
545  request and configure virtual servers, Quantum provides an API to
546  dynamically request and configure virtual networks. These networks
547  connect "interfaces" from other OpenStack services (e.g., virtual NICs
548  from Nova VMs). The Quantum API supports extensions to provide
549  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
550  etc.)
551  .
552  This package provides the Midonet plugin.