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
|
Source: python-quantumclient
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Ghe Rivero <ghe.rivero@stackops.com>
Build-Depends: debhelper (>= 8.0.0),
python-all (>= 2.6.6-3~),
python-setuptools
Standards-Version: 3.9.3
X-Python-Version: >= 2.6
Homepage: http://launchpad.net/quantum
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-quantumclient.git;a=summary
Vcs-Git: git://anonscm.debian.org/openstack/python-quantumclient.git
Package: python-quantumclient
Architecture: all
Section: python
Replaces: quantum-client
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
quantum-common (>= 2012.1~e3)
Description: client API library for Quantum
Quantum provides an API to dynamically request and configure virtual networks.
These networks connect "interfaces" from other OpenStack services (e.g., vNICs
from Nova VMs). The Quantum API supports extensions to provide advanced network
capabilities (e.g., QoS, ACLs, network monitoring, etc).
.
This package provides the client agent.
Package: quantum-common
Architecture: all
Section: python
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends},
adduser
Description: OpenStack Virtual network service - common files
Quantum provides an API to dynamically request and configure virtual networks.
These networks connect "interfaces" from other OpenStack services (e.g., vNICs
from Nova VMs). The Quantum API supports extensions to provide advanced network
capabilities (e.g., QoS, ACLs, network monitoring, etc)
.
This package provides the core bianries and libraries to manage quantum
|