Switch Neutron packages to Ubuntu compatible naming scheme
[openstack-build/neutron-build.git] / trusty / debian / control
1 Source: neutron
2 Section: net
3 Priority: optional
4 Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
5 Uploaders: Thomas Goirand <zigo@debian.org>,
6            Gustavo Panizzo <gfa@zumbi.com.ar>,
7 Build-Depends: debhelper (>= 9),
8                dh-python,
9                dh-systemd,
10                openstack-pkg-tools (>= 23~),
11                po-debconf,
12                python-all,
13                python-pbr (>= 1.8),
14                python-setuptools,
15                python-sphinx,
16 Build-Depends-Indep: alembic (>= 0.8.0),
17                      bridge-utils,
18                      python-cliff (>= 1.14.0),
19                      python-coverage,
20                      python-ddt (>= 0.7.0),
21                      python-debtcollector (>= 0.3.0),
22                      python-eventlet (>= 0.17.4),
23                      python-fixtures (>= 1.3.1),
24                      python-gflags,
25                      python-greenlet,
26                      python-hacking,
27                      python-httplib2,
28                      python-jinja2,
29                      python-keystoneclient (>= 1:1.6.0),
30                      python-keystonemiddleware (>= 2.0.0),
31                      python-mock (>= 1.3),
32                      python-netaddr (>= 0.7.12),
33                      python-neutronclient (>= 1:2.6.0),
34                      python-novaclient (>= 2:2.27.0),
35                      python-os-testr,
36                      python-oslo.concurrency (>= 2.3.0),
37                      python-oslo.config (>= 1:2.3.0),
38                      python-oslo.context (>= 0.2.0),
39                      python-oslo.db (>= 2.4.1),
40                      python-oslo.i18n (>= 1.5.0),
41                      python-oslo.log (>= 1.8.0),
42                      python-oslo.messaging (>= 1.16.0),
43                      python-oslo.middleware (>= 2.8.0),
44                      python-oslo.policy (>= 0.5.0),
45                      python-oslo.rootwrap (>= 2.0.0),
46                      python-oslo.serialization (>= 1.4.0),
47                      python-oslo.service (>= 0.8.0),
48                      python-oslo.utils (>= 2.0.0),
49                      python-oslo.versionedobjects (>= 0.9.0),
50                      python-oslosphinx (>= 2.5.0),
51                      python-oslotest (>= 1.10.0),
52                      python-paste,
53                      python-pastedeploy,
54                      python-pecan (>= 1.0.0),
55                      python-pyudev,
56                      python-requests (>= 2.5.2),
57                      python-requests-mock (>= 0.6.0),
58                      python-retrying,
59                      python-routes,
60                      python-ryu (>= 3.24),
61                      python-six (>= 1.9.0),
62                      python-sqlalchemy (>= 0.9.9),
63                      python-stevedore (>= 1.5.0),
64                      python-tempest-lib (>= 0.8.0),
65                      python-testscenarios,
66                      python-testtools (>= 1.4.0),
67                      python-unittest2,
68                      python-webob,
69                      python-webtest,
70                      subunit,
71                      testrepository,
72 Standards-Version: 3.9.6
73 Homepage: http://neutron.openstack.org/
74 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/neutron.git;a=summary
75 Vcs-Git: git://anonscm.debian.org/openstack/neutron.git
76
77 Package: python-neutron
78 Architecture: all
79 Section: python
80 Depends: alembic (>= 0.8.0),
81          conntrack,
82          iproute2,
83          ipset,
84          python-debtcollector (>= 0.3.0),
85          python-eventlet (>= 0.17.4),
86          python-gflags,
87          python-greenlet,
88          python-httplib2,
89          python-jinja2,
90          python-keystoneclient (>= 1:1.6.0),
91          python-keystonemiddleware (>= 2.0.0),
92          python-mysqldb,
93          python-netaddr (>= 0.7.12),
94          python-neutronclient (>= 1:2.6.0),
95          python-novaclient (>= 2:2.27.0),
96          python-oslo.concurrency (>= 2.3.0),
97          python-oslo.config (>= 1:2.3.0),
98          python-oslo.context (>= 0.2.0),
99          python-oslo.db (>= 2.4.1),
100          python-oslo.i18n (>= 1.5.0),
101          python-oslo.log (>= 1.8.0),
102          python-oslo.messaging (>= 1.16.0),
103          python-oslo.middleware (>= 2.8.0),
104          python-oslo.policy (>= 0.5.0),
105          python-oslo.rootwrap (>= 2.0.0),
106          python-oslo.serialization (>= 1.4.0),
107          python-oslo.service (>= 0.8.0),
108          python-oslo.utils (>= 2.0.0),
109          python-oslo.versionedobjects (>= 0.9.0),
110          python-paste,
111          python-pastedeploy,
112          python-pecan (>= 1.0.0),
113          python-pbr (>= 1.8),
114          python-psycopg2,
115          python-pyroute2,
116          python-pyudev,
117          python-requests (>= 2.5.2),
118          python-retrying,
119          python-routes,
120          python-ryu (>= 3.24),
121          python-six (>= 1.9.0),
122          python-sqlalchemy (>= 0.9.9),
123          python-stevedore (>= 1.5.0),
124          python-webob,
125          ${misc:Depends},
126          ${python:Depends},
127 Recommends: iputils-arping,
128 Provides: ${python:Provides},
129 Description: OpenStack virtual network service - Python library
130  Neutron provides an API to dynamically request and configure virtual networks.
131  These networks connect "interfaces" from other OpenStack services (such as
132  vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
133  network capabilities, including QoS, ACLs, and network monitoring.
134  .
135  This package provides the Python library.
136
137 Package: neutron-server
138 Architecture: all
139 Depends: adduser,
140          debconf,
141          lsb-base,
142          neutron-common (= ${source:Version}),
143          python-openstackclient,
144          ${misc:Depends},
145          ${python:Depends},
146          ${shlibs:Depends},
147 Description: OpenStack virtual network service - server
148  Neutron provides an API to dynamically request and configure virtual networks.
149  These networks connect "interfaces" from other OpenStack services (such as
150  vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
151  network capabilities, including QoS, ACLs, and network monitoring.
152  .
153  This package provides the Neutron server.
154
155 Package: neutron-common
156 Architecture: all
157 Depends: adduser,
158          dbconfig-common,
159          debconf,
160          dpkg-dev,
161          python-mysqldb,
162          python-neutron (= ${source:Version}),
163          python-pyparsing (>=1.5.7),
164          python-sqlalchemy,
165          sqlite3,
166          ${misc:Depends},
167          ${python:Depends},
168 Provides: neutron-plugin,
169           neutron-plugin-bigswitch,
170           neutron-plugin-brocade,
171           neutron-plugin-cisco,
172           neutron-plugin-hyperv,
173           neutron-plugin-linuxbridge,
174           neutron-plugin-metaplugin,
175           neutron-plugin-ml2,
176           neutron-plugin-nec,
177           neutron-plugin-nicira,
178           neutron-plugin-openvswitch,
179           neutron-plugin-plumgrid,
180           neutron-plugin-ryu,
181           python-argparse,
182 Description: OpenStack virtual network service - common files
183  Neutron provides an API to dynamically request and configure virtual networks.
184  These networks connect "interfaces" from other OpenStack services (such as
185  vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
186  network capabilities, including QoS, ACLs, and network monitoring.
187  .
188  This package provides the common files.
189
190 Package: neutron-plugin-nec-agent
191 Architecture: all
192 Provides: neutron-plugin,
193 Depends: neutron-common (= ${source:Version}),
194          sudo,
195          ${misc:Depends},
196          ${python:Depends},
197          ${shlibs:Depends},
198 Description: OpenStack virtual network service - NEC agent
199  Neutron provides an API to dynamically request and configure virtual networks.
200  These networks connect "interfaces" from other OpenStack services (such as
201  vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
202  network capabilities, including QoS, ACLs, and network monitoring.
203  .
204  This package provides the NEC plugin agent.
205
206 Package: neutron-l3-agent
207 Architecture: all
208 Depends: adduser,
209          debconf,
210          iputils-arping,
211          keepalived,
212          neutron-common (= ${source:Version}),
213          sudo,
214          ${misc:Depends},
215          ${python:Depends},
216          ${shlibs:Depends},
217 Recommends: openvswitch-switch,
218 Conflicts: neutron-vpn-agent,
219 Description: OpenStack virtual network service - l3 agent
220  Neutron provides an API to dynamically request and configure virtual networks.
221  These networks connect "interfaces" from other OpenStack services (such as
222  vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
223  network capabilities, including QoS, ACLs, and network monitoring.
224  .
225  This package provides the l3 agent.
226
227 Package: neutron-dhcp-agent
228 Architecture: all
229 Depends: adduser,
230          dnsmasq-base (>= 2.63),
231          dnsmasq-utils (>= 2.63),
232          neutron-common (= ${source:Version}),
233          sudo,
234          ${misc:Depends},
235          ${python:Depends},
236          ${shlibs:Depends},
237 Description: OpenStack virtual network service - DHCP agent
238  Neutron provides an API to dynamically request and configure virtual networks.
239  These networks connect "interfaces" from other OpenStack services (such as
240  vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
241  network capabilities, including QoS, ACLs, and network monitoring.
242  .
243  This package provides the DHCP agent.
244
245 Package: neutron-metadata-agent
246 Architecture: all
247 Depends: adduser,
248          neutron-common (= ${source:Version}),
249          ${misc:Depends},
250          ${python:Depends},
251          ${shlibs:Depends},
252 Description: OpenStack virtual network service - metadata agent
253  Neutron provides an API to dynamically request and configure virtual networks.
254  These networks connect "interfaces" from other OpenStack services (such as
255  vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
256  network capabilities, including QoS, ACLs, and network monitoring.
257  .
258  This package provides the metadata proxy agent.
259
260 Package: neutron-metering-agent
261 Architecture: all
262 Depends: adduser,
263          debconf,
264          lsb-base,
265          neutron-common (= ${source:Version}),
266          ${misc:Depends},
267          ${python:Depends},
268          ${shlibs:Depends},
269 Provides: neutron-plugin-metering-agent,
270 Description: OpenStack virtual network service - metering agent
271  Neutron provides an API to dynamically request and configure virtual networks.
272  These networks connect "interfaces" from other OpenStack services (such as
273  vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
274  network capabilities, including QoS, ACLs, and network monitoring.
275  .
276  This package provides the Neutron metering agent.
277
278 Package: neutron-plugin-openvswitch-agent
279 Architecture: all
280 Pre-Depends: openvswitch-switch (>= 1.9),
281 Depends: neutron-common (= ${source:Version}),
282          sudo,
283          ${misc:Depends},
284          ${python:Depends},
285          ${shlibs:Depends},
286 Recommends: openvswitch-datapath-dkms,
287 Description: OpenStack virtual network service - Open vSwitch agent
288  Neutron provides an API to dynamically request and configure virtual networks.
289  These networks connect "interfaces" from other OpenStack services (such as
290  vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
291  network capabilities, including QoS, ACLs, and network monitoring.
292  .
293  This package provides the Open vSwitch agent. If you choose to use the Open
294  vSwitch plugin on neutron-server, this agent should run on each compute node.
295
296 Package: neutron-plugin-linuxbridge-agent
297 Architecture: all
298 Depends: bridge-utils,
299          neutron-common (= ${source:Version}),
300          sudo,
301          ${misc:Depends},
302          ${python:Depends},
303          ${shlibs:Depends},
304 Description: OpenStack virtual network service - Linux bridge agent
305  Neutron provides an API to dynamically request and configure virtual networks.
306  These networks connect "interfaces" from other OpenStack services (such as
307  vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
308  network capabilities, including QoS, ACLs, and network monitoring.
309  .
310  This package provides the Linux bridge agent. If you choose to use the Linux
311  bridge plugin on neutron-server, this agent should run on each compute node.
312
313 Package: neutron-doc
314 Architecture: all
315 Section: doc
316 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
317 Description: Neutron is a virtual network service for Openstack - Docs
318  Neutron is a virtual network service for Openstack, and a part of
319  Netstack. Just like OpenStack Nova provides an API to dynamically
320  request and configure virtual servers, Neutron provides an API to
321  dynamically request and configure virtual networks. These networks
322  connect "interfaces" from other OpenStack services (e.g., virtual NICs
323  from Nova VMs). The Neutron API supports extensions to provide
324  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
325  etc.)
326  .
327  This package contains the documentation
328
329 Package: neutron-plugin-ml2
330 Architecture: all
331 Provides: neutron-plugin,
332 Depends: neutron-common (= ${source:Version}),
333          ${misc:Depends},
334 Description: Neutron is a virtual network service for Openstack - ML2 plugin
335  Neutron is a virtual network service for Openstack, and a part of
336  Netstack. Just like OpenStack Nova provides an API to dynamically
337  request and configure virtual servers, Neutron provides an API to
338  dynamically request and configure virtual networks. These networks
339  connect "interfaces" from other OpenStack services (e.g., virtual NICs
340  from Nova VMs). The Neutron API supports extensions to provide
341  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
342  etc.)
343  .
344  This package provides the Modular Layer 2 plugin.
345
346 Package: neutron-plugin-cisco
347 Architecture: all
348 Provides: neutron-plugin,
349 Depends: neutron-common (= ${source:Version}),
350          ${misc:Depends},
351 Description: Neutron is a virtual network service for Openstack - Cisco plugin
352  Neutron 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, Neutron 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 Neutron API supports extensions to provide
358  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
359  etc.)
360  .
361  This package provides the Cisco plugin.
362
363 Package: neutron-plugin-bigswitch
364 Architecture: all
365 Provides: neutron-plugin,
366 Depends: neutron-common (= ${source:Version}),
367          ${misc:Depends},
368 Description: Neutron is a virtual network service for Openstack - BigSwitch plugin
369  Neutron is a virtual network service for Openstack, and a part of
370  Netstack. Just like OpenStack Nova provides an API to dynamically
371  request and configure virtual servers, Neutron provides an API to
372  dynamically request and configure virtual networks. These networks
373  connect "interfaces" from other OpenStack services (e.g., virtual NICs
374  from Nova VMs). The Neutron API supports extensions to provide
375  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
376  etc.)
377  .
378  This package provides the BigSwitch plugin.
379
380 Package: neutron-plugin-bigswitch-agent
381 Architecture: all
382 Depends: neutron-plugin-bigswitch (= ${source:Version}),
383          ${misc:Depends},
384 Description: Neutron is a virtual network service for Openstack - BigSwitch plugin agent
385  Neutron is a virtual network service for Openstack, and a part of
386  Netstack. Just like OpenStack Nova provides an API to dynamically
387  request and configure virtual servers, Neutron provides an API to
388  dynamically request and configure virtual networks. These networks
389  connect "interfaces" from other OpenStack services (e.g., virtual NICs
390  from Nova VMs). The Neutron API supports extensions to provide
391  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
392  etc.)
393  .
394  This package provides the BigSwitch plugin agent.
395
396 Package: neutron-plugin-brocade
397 Architecture: all
398 Provides: neutron-plugin,
399 Depends: neutron-common (= ${source:Version}),
400          ${misc:Depends},
401 Description: Neutron is a virtual network service for Openstack - Brocade plugin
402  Neutron is a virtual network service for Openstack, and a part of
403  Netstack. Just like OpenStack Nova provides an API to dynamically
404  request and configure virtual servers, Neutron provides an API to
405  dynamically request and configure virtual networks. These networks
406  connect "interfaces" from other OpenStack services (e.g., virtual NICs
407  from Nova VMs). The Neutron API supports extensions to provide
408  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
409  etc.)
410  .
411  This package provides the Brocade plugin.
412
413 Package: neutron-plugin-metaplugin
414 Architecture: all
415 Provides: neutron-plugin,
416 Depends: neutron-common (= ${source:Version}),
417          ${misc:Depends},
418 Description: Neutron is a virtual network service for Openstack - Metaplugin plugin
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 Metaplugin plugin.
429
430 Package: neutron-plugin-midonet
431 Architecture: all
432 Provides: neutron-plugin,
433 Depends: neutron-common (= ${source:Version}),
434          ${misc:Depends},
435 Description: Neutron is a virtual network service for Openstack - Midonet plugin
436  Neutron is a virtual network service for Openstack, and a part of
437  Netstack. Just like OpenStack Nova provides an API to dynamically
438  request and configure virtual servers, Neutron provides an API to
439  dynamically request and configure virtual networks. These networks
440  connect "interfaces" from other OpenStack services (e.g., virtual NICs
441  from Nova VMs). The Neutron API supports extensions to provide
442  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
443  etc.)
444  .
445  This package provides the Midonet plugin.
446
447 Package: neutron-plugin-mlnx
448 Architecture: all
449 Provides: neutron-plugin,
450 Depends: neutron-common (= ${source:Version}),
451          ${misc:Depends},
452 Description: Neutron is a virtual network service for Openstack - Mellanox plugin
453  Neutron is a virtual network service for Openstack, and a part of
454  Netstack. Just like OpenStack Nova provides an API to dynamically
455  request and configure virtual servers, Neutron provides an API to
456  dynamically request and configure virtual networks. These networks
457  connect "interfaces" from other OpenStack services (e.g., virtual NICs
458  from Nova VMs). The Neutron API supports extensions to provide
459  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
460  etc.)
461  .
462  This package provides the Mellanox plugin.
463
464 Package: neutron-plugin-mlnx-agent
465 Architecture: all
466 Provides: neutron-plugin,
467 Depends: neutron-common (= ${source:Version}),
468          neutron-plugin-mlnx,
469          ${misc:Depends},
470 Description: Neutron is a virtual network service for Openstack - Mellanox plugin agent
471  Neutron is a virtual network service for Openstack, and a part of
472  Netstack. Just like OpenStack Nova provides an API to dynamically
473  request and configure virtual servers, Neutron provides an API to
474  dynamically request and configure virtual networks. These networks
475  connect "interfaces" from other OpenStack services (e.g., virtual NICs
476  from Nova VMs). The Neutron API supports extensions to provide
477  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
478  etc.)
479  .
480  This package provides the Mellanox plugin agent.
481
482 Package: neutron-plugin-sriov-agent
483 Architecture: all
484 Depends: neutron-plugin-ml2 (= ${source:Version}),
485          ${misc:Depends},
486 Description: Neutron is a virtual network service for Openstack - IBM agent
487  Neutron is a virtual network service for Openstack, and a part of
488  Netstack. Just like OpenStack Nova provides an API to dynamically
489  request and configure virtual servers, Neutron provides an API to
490  dynamically request and configure virtual networks. These networks
491  connect "interfaces" from other OpenStack services (e.g., virtual NICs
492  from Nova VMs). The Neutron API supports extensions to provide
493  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
494  etc.)
495  .
496  This package provides the Mellanox SR-IOV agent.
497
498 Package: neutron-plugin-oneconvergence
499 Architecture: all
500 Provides: neutron-plugin,
501 Depends: neutron-common (= ${source:Version}),
502          ${misc:Depends},
503 Description: Neutron is a virtual network service for Openstack - One Convergence plugin
504  Neutron is a virtual network service for Openstack, and a part of
505  Netstack. Just like OpenStack Nova provides an API to dynamically
506  request and configure virtual servers, Neutron provides an API to
507  dynamically request and configure virtual networks. These networks
508  connect "interfaces" from other OpenStack services (e.g., virtual NICs
509  from Nova VMs). The Neutron API supports extensions to provide
510  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
511  etc.)
512  .
513  This package provides the One Convergence plugin.
514
515 Package: neutron-plugin-oneconvergence-agent
516 Architecture: all
517 Depends: neutron-plugin-oneconvergence (= ${source:Version}),
518          ${misc:Depends},
519 Description: Neutron is a virtual network service for Openstack - One Convergence agent
520  Neutron is a virtual network service for Openstack, and a part of
521  Netstack. Just like OpenStack Nova provides an API to dynamically
522  request and configure virtual servers, Neutron provides an API to
523  dynamically request and configure virtual networks. These networks
524  connect "interfaces" from other OpenStack services (e.g., virtual NICs
525  from Nova VMs). The Neutron API supports extensions to provide
526  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
527  etc.)
528  .
529  This package provides the One Convergence agent.
530
531 Package: neutron-plugin-nuage
532 Architecture: all
533 Provides: neutron-plugin,
534 Depends: neutron-common (= ${source:Version}),
535          ${misc:Depends},
536 Description: Neutron is a virtual network service for Openstack - Nuage plugin
537  Neutron is a virtual network service for Openstack, and a part of
538  Netstack. Just like OpenStack Nova provides an API to dynamically
539  request and configure virtual servers, Neutron provides an API to
540  dynamically request and configure virtual networks. These networks
541  connect "interfaces" from other OpenStack services (e.g., virtual NICs
542  from Nova VMs). The Neutron API supports extensions to provide
543  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
544  etc.)
545  .
546  This package provides the Nuage plugin.
547
548 Package: neutron-plugin-opencontrail
549 Architecture: all
550 Provides: neutron-plugin,
551 Depends: neutron-common (= ${source:Version}),
552          ${misc:Depends},
553 Description: Neutron is a virtual network service for Openstack - OpenContrail plugin
554  Neutron is a virtual network service for Openstack, and a part of
555  Netstack. Just like OpenStack Nova provides an API to dynamically
556  request and configure virtual servers, Neutron provides an API to
557  dynamically request and configure virtual networks. These networks
558  connect "interfaces" from other OpenStack services (e.g., virtual NICs
559  from Nova VMs). The Neutron API supports extensions to provide
560  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
561  etc.)
562  .
563  This package provides the OpenContail plugin.