File: control

package info (click to toggle)
neutron-vpnaas-dashboard 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 744 kB
  • sloc: python: 3,576; sh: 36; makefile: 35
file content (43 lines) | stat: -rw-r--r-- 1,532 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: neutron-vpnaas-dashboard
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Michal Arbet <michal.arbet@ultimum.io>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-coverage,
 python3-hacking (>= 0.12.0),
 python3-openstackdocstheme (>= 1.18.1),
 python3-pbr (>= 2.0.0),
 python3-setuptools,
 python3-sphinx (>= 1.6.2),
Build-Depends-Indep:
 openstack-dashboard (>= 3:14.0.0),
 python3-mock (>= 2.0.0),
 python3-neutronclient (>= 1:6.7.0),
Standards-Version: 4.1.5
Vcs-Git: https://salsa.debian.org/openstack-team/services/neutron-vpnaas-dashboard.git
Vcs-Browser: https://salsa.debian.org/openstack-team/services/neutron-vpnaas-dashboard
Homepage: https://github.com/openstack/neutron-vpnaas-dashboard

Package: python3-neutron-vpnaas-dashboard
Architecture: all
Depends:
 openstack-dashboard (>= 3:14.0.0),
 python3-neutronclient (>= 1:6.7.0),
 ${misc:Depends},
 ${python3:Depends},
Description: OpenStack VPN as a Service - dashboard plugin
 Neutron provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 Neutron VPNaaS provides Virtual Private Network as a Service (VPNaaS)
 capabilities to Neutron.
 .
 This package contains the Neutron VPNaaS OpenStack dashboard plugin.