]> review.fuel-infra Code Review - openstack-build/neutron-lbaas-build.git/blob - trusty/debian/control
Fix python-oslo-* dependency names
[openstack-build/neutron-lbaas-build.git] / trusty / debian / control
1 Source: neutron-lbaas
2 Section: python
3 Priority: optional
4 Maintainer: MOS Neutron Team <mos-neutron@mirantis.com>
5 Build-Depends:
6  debhelper (>= 9),
7  dh-python,
8  dh-systemd,
9  openstack-pkg-tools (>= 21),
10  python-all (>= 2.7.1)
11 Build-Depends-Indep:
12  alembic (>= 0.7.2),
13  neutron-common (>= 1:2015.1),
14  python-barbicanclient (>= 3.0.1),
15  python-cliff (>= 1.10.0),
16  python-coverage,
17  python-eventlet (>= 0.16.1),
18  python-fixtures (>= 0.3.14),
19  python-greenlet (>= 0.3.2),
20  python-hacking (>= 0.10.0),
21  python-mock (>= 1.0),
22  python-netaddr (>= 0.7.12),
23  python-novaclient (>= 1:2.22.0),
24  python-openssl (>= 0.11),
25  python-oslo.config (>= 1:1.9.3),
26  python-oslo.db (>= 1.7.0),
27  python-oslo.log (>= 1.0.0),
28  python-oslo.messaging (>= 1.8.0),
29  python-oslo.rootwrap (>= 1.6.0),
30  python-oslo.serialization (>= 1.4.0),
31  python-oslo.utils (>= 1.4.0),
32  python-oslotest (>= 1.5.1),
33  python-pbr (>= 0.10),
34  python-pyasn1,
35  python-pyasn1-modules,
36  python-requests (>= 2.2.0),
37  python-requests-mock (>= 0.6.0),
38  python-setuptools,
39  python-six (>= 1.9.0),
40  python-sqlalchemy (>= 0.9.7),
41  python-stevedore (>= 1.3.0),
42  python-subunit (>= 0.0.18),
43  python-testscenarios (>= 0.4),
44  python-testtools (>= 0.9.36),
45  python-webob (>= 1.2.3),
46  python-webtest (>= 2.0),
47  testrepository ( >= 0.0.18)
48 Standards-Version: 3.9.6
49 Homepage: http://github.com/openstack/neutron-lbaas
50
51 Package: python-neutron-lbaas
52 Architecture: all
53 Depends: ${misc:Depends}, ${python:Depends}
54 Description: Loadbalancer-as-a-Service driver for OpenStack Neutron
55  Neutron is a virtual network service for Openstack, and a part of
56  Netstack. Just like OpenStack Nova provides an API to dynamically
57  request and configure virtual servers, Neutron provides an API to
58  dynamically request and configure virtual networks. These networks
59  connect "interfaces" from other OpenStack services (e.g., virtual NICs
60  from Nova VMs). The Neutron API supports extensions to provide
61  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
62  etc.)
63  .
64  This package provices the Loadbalancer-as-a-Service driver for Neutron.
65
66 Package: neutron-lbaas-agent
67 Architecture: all
68 Depends:
69  haproxy,
70  neutron-common,
71  python-neutron-lbaas (= ${source:Version}),
72  ${misc:Depends},
73  ${python:Depends},
74  ${shlibs:Depends}
75 Description: Neutron is a virtual network service for Openstack - LBaaS agent
76  Neutron is a virtual network service for Openstack, and a part of
77  Netstack. Just like OpenStack Nova provides an API to dynamically
78  request and configure virtual servers, Neutron provides an API to
79  dynamically request and configure virtual networks. These networks
80  connect "interfaces" from other OpenStack services (e.g., virtual NICs
81  from Nova VMs). The Neutron API supports extensions to provide
82  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
83  etc.)
84  .
85  This package provides the Load Balancing as-a Service (LBaaS) agent.