~corey.bryant/ubuntu/vivid/neutron-vpnaas/2015.1.1

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-01-14 11:23:12 UTC
  • Revision ID: package-import@ubuntu.com-20150114112312-emwz3yeft23ufy8w
Tags: 1:2015.1~b1-0ubuntu4
Initial release for OpenStack Kilo-1 milestone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: neutron-vpnaas
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
Build-Depends:
 
6
 debhelper (>= 9),
 
7
 dh-python,
 
8
 dh-systemd,
 
9
 openstack-pkg-tools (>= 21~),
 
10
 python-all (>= 2.6.6-3~)
 
11
Build-Depends-Indep:
 
12
 alembic (>= 0.7.1),
 
13
 python-cliff (>= 1.6.0),
 
14
 python-coverage,
 
15
 python-eventlet (>= 0.15.2),
 
16
 python-fixtures (>= 0.3.14),
 
17
 python-greenlet (>= 0.3.2),
 
18
 python-hacking (>= 0.9.2),
 
19
 python-httplib2 (>= 0.7.5),
 
20
 python-iso8601 (>= 0.1.9),
 
21
 python-jinja2,
 
22
 python-jsonrpclib,
 
23
 python-keystoneclient (>= 1:0.11.1),
 
24
 python-keystonemiddleware (>= 1.0.0),
 
25
 python-mock (>= 1.0),
 
26
 python-netaddr (>= 0.7.12),
 
27
 python-neutron,
 
28
 python-neutronclient (>= 1:2.3.6),
 
29
 python-novaclient (>= 1:2.18.0),
 
30
 python-oslo.config (>= 1:1.4.0),
 
31
 python-oslo.db (>= 1.1.0),
 
32
 python-oslo.i18n (>= 1.0.0),
 
33
 python-oslo.messaging (>= 1.4.0),
 
34
 python-oslo.middleware (>= 0.1.0),
 
35
 python-oslo.rootwrap (>= 1.3.0),
 
36
 python-oslo.serialization (>= 1.0.0),
 
37
 python-oslo.utils (>= 1.1.0),
 
38
 python-oslotest (>= 1.2.0),
 
39
 python-pbr (>= 0.6),
 
40
 python-requests (>= 2.2.0),
 
41
 python-requests-mock (>= 0.5.1),
 
42
 python-setuptools,
 
43
 python-six (>= 1.7.0),
 
44
 python-sqlalchemy (>= 0.9.7),
 
45
 python-stevedore (>= 1.1.0),
 
46
 python-testscenarios (>= 0.4),
 
47
 python-testtools (>= 0.9.36),
 
48
 python-webob (>= 1.2.3),
 
49
 python-webtest (>= 2.0),
 
50
 subunit,
 
51
 testrepository ( >= 0.0.18)
 
52
Standards-Version: 3.9.6
 
53
Homepage: http://github.com/openstack/neutron-vpnaas
 
54
 
 
55
Package: python-neutron-vpnaas
 
56
Architecture: all
 
57
Depends: ${misc:Depends}
 
58
Description: VPN-as-a-Service driver for OpenStack Neutron
 
59
 Neutron is a virtual network service for Openstack, and a part of
 
60
 Netstack. Just like OpenStack Nova provides an API to dynamically
 
61
 request and configure virtual servers, Neutron provides an API to
 
62
 dynamically request and configure virtual networks. These networks
 
63
 connect "interfaces" from other OpenStack services (e.g., virtual NICs
 
64
 from Nova VMs). The Neutron API supports extensions to provide
 
65
 advanced network capabilities (e.g., QoS, ACLs, network monitoring,
 
66
 etc.)
 
67
 .
 
68
 This package provices the VPN-as-a-Service driver for Neutron.
 
69
 
 
70
Package: neutron-vpn-agent
 
71
Architecture: all
 
72
Depends:
 
73
 iputils-arping,
 
74
 neutron-common,
 
75
 neutron-metadata-agent,
 
76
 python-neutron-vpnaas (= ${source:Version}),
 
77
 ${misc:Depends},
 
78
 ${python:Depends},
 
79
 ${shlibs:Depends}
 
80
Conflicts: neutron-l3-agent
 
81
Breaks: neutron-common (<< 1:2015.1~b1-0ubuntu4~)
 
82
Replaces: neutron-common (<< 1:2015.1~b1-0ubuntu4~)
 
83
Description: Neutron is a virtual network service for Openstack - VPN agent
 
84
 Neutron is a virtual network service for Openstack, and a part of
 
85
 Netstack. Just like OpenStack Nova provides an API to dynamically
 
86
 request and configure virtual servers, Neutron provides an API to
 
87
 dynamically request and configure virtual networks. These networks
 
88
 connect "interfaces" from other OpenStack services (e.g., virtual NICs
 
89
 from Nova VMs). The Neutron API supports extensions to provide
 
90
 advanced network capabilities (e.g., QoS, ACLs, network monitoring,
 
91
 etc.)
 
92
 .
 
93
 This package provides the VPN agent, which also provides L3 agent support.