fuel-plugin-nsxv/vmware-nsx/debian/control

50 lines
1.9 KiB
Plaintext

Source: vmware-nsx
Section: net
Priority: optional
Maintainer: OpenStack <openstack-dev@lists.openstack.org>
Build-Depends: debhelper (>= 9~),
dh-python,
openstack-pkg-tools (>= 23~),
python-all,
python-setuptools,
python-sphinx,
Standards-Version: 3.9.1
Homepage: http://launchpad.net/vmware-nsx
Package: python-vmware-nsx
Architecture: all
Section: python
Depends: python-enum34,
python-eventlet (>= 0.18.2),
python-eventlet (>> 0.18.3) | python-eventlet (<< 0.18.3),
python-httplib2 (>= 0.7.5),
python-netaddr (>= 0.7.12),
python-netaddr (>> 0.7.16) | python-netaddr (<< 0.7.16),
python-retrying (>= 1.2.3),
python-retrying (>> 1.3.0) | python-retrying (<< 1.3.0),
python-sqlalchemy (>= 1.0.10), python-sqlalchemy (<< 1.1.0),
python-six (>= 1.9.0),
python-stevedore (>= 1.5.0),
python-neutron-lib (>= 0.0.1),
python-oslo.concurrency (>= 3.7.0),
python-oslo.config (>= 3.7.0),
python-oslo.db (>= 4.1.0),
python-oslo.i18n (>= 2.1.0),
python-oslo.log (>= 1.14.0),
python-oslo.serialization (>= 1.10.0),
python-oslo.service (>= 1.0.0),
python-oslo.utils (>= 3.5.0),
python-oslo.vmware (>= 1.16.0),
python-prettytable (>= 0.7)| python-prettytable (<< 0.8),
python-tooz (>= 1.28.0),
python-decorator (>= 3.4.0),
${misc:Depends},
${python:Depends},
Description: OpenStack virtual network service - VMWare NSX 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.
.
This package provides the Python files for the VMWare NSX plugin.