4 Maintainer: MOS Neutron Team <mos-neutron@mirantis.com>
9 openstack-pkg-tools (>= 21),
13 neutron-common (>= 1:2015.1),
14 python-barbicanclient (>= 3.0.1),
15 python-cliff (>= 1.10.0),
17 python-eventlet (>= 0.16.1),
18 python-fixtures (>= 0.3.14),
19 python-greenlet (>= 0.3.2),
20 python-hacking (>= 0.10.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),
35 python-pyasn1-modules,
36 python-requests (>= 2.2.0),
37 python-requests-mock (>= 0.6.0),
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
51 Package: python-neutron-lbaas
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,
64 This package provices the Loadbalancer-as-a-Service driver for Neutron.
66 Package: neutron-lbaas-agent
71 python-neutron-lbaas (= ${source:Version}),
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,
85 This package provides the Load Balancing as-a Service (LBaaS) agent.