X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=debian%2Fcontrol;h=51d4a1d1722dc28af856f1a5e0441daba618b1fc;hb=refs%2Fheads%2Fopenstack-ci%2Fbuild%2Fhavana;hp=5d9ed9b70f98edc7f85ab26d663862f2328674f6;hpb=b8c751c0e66c4006e2ab2068726acb8cfa62a030;p=openstack-build%2Fneutron-build.git diff --git a/debian/control b/debian/control index 5d9ed9b70..51d4a1d17 100644 --- a/debian/control +++ b/debian/control @@ -6,43 +6,44 @@ XSBC-Original-Maintainer: Chuck Short Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6) Build-Depends-Indep: alembic (>= 0.4.1), - python-amqplib, + python-amqplib (>= 0.6.1), python-anyjson (>= 0.3.3), python-babel, - python-cliff, + python-cliff (>= 1.4), python-configobj, python-coverage, python-d2to1, - python-eventlet, + python-eventlet (>= 0.13.0), python-fixtures (>= 0.3.12), + python-greenlet (>= 0.3.2), python-httplib2, python-iso8601, - python-keystoneclient (>= 0.2.0), + python-jinja2, + python-keystoneclient (>= 1:0.2.0), python-kombu (>= 2.5.12), python-lxml, python-mock (>= 1.0b1), python-mox, python-netaddr, - python-netifaces, - python-neutronclient (>= 2.2.3), - python-nose, - python-novaclient, - python-oslo.config (>= 1:1.2.0), + python-neutronclient (>= 1:2.2.3), + python-novaclient (>= 2.12.0), + python-oslo.config (>= 1:1.2.0a3), python-paste, python-pastedeploy, - python-pbr, + python-pbr (>= 0.5.21), python-pyudev, + python-requests (>= 1.1), python-routes, python-setuptools, - python-setuptools-git, python-simplejson, + python-six, python-sqlalchemy, - python-stevedore (>= 0.9), - python-testtools, + python-stevedore (>= 0.10), + python-testtools (>= 0.9.32), python-webob, python-webtest, subunit, - testrepository ( >= 0.0.8) + testrepository ( >= 0.0.17) XS-Python-Version: >= 2.6 Standards-Version: 3.9.4 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/neutron/havana/files @@ -386,26 +387,27 @@ Package: python-neutron Architecture: all Section: python Depends: - python-amqplib, + alembic (>= 0.6.0), + python-amqplib (>= 0.6.1), python-anyjson (>= 0.3.3), - python-configobj, - python-eventlet, - python-gflags, + python-babel, + python-eventlet (>= 0.13.0), + python-greenlet (>= 0.3.12), python-httplib2, python-iso8601, - python-keystoneclient (>= 0.2.0), + python-jinja2, + python-keystoneclient (>= 1:0.3.0), python-kombu (>= 2.5.12), - python-lxml, python-netaddr, - python-neutronclient (>= 0.1.0.1-0ubuntu1), - python-oslo.config (>= 1:1.2.0), + python-neutronclient (>= 1:2.2.3), + python-oslo.config (>= 1:1.2.0a3), python-paste, python-pastedeploy, - python-pyudev, + python-requests (>= 1.1), python-routes, - python-simplejson, - python-sqlalchemy, - python-stevedore (>= 0.9), + python-six, + python-sqlalchemy (>= 0.8.2), + python-stevedore (>= 0.10), python-webob, ${misc:Depends}, ${python:Depends} @@ -447,11 +449,31 @@ Description: Neutron is a virtual network service for Openstack - Open vSwitch p . This package provides the Open vSwitch plugin. +Package: neutron-plugin-ml2 +Architecture: all +Provides: neutron-plugin +Depends: + neutron-common (= ${source:Version}), + ${misc:Depends}, + ${python:Depends}, + ${shlibs:Depends} +Description: Neutron is a virtual network service for Openstack - ML2 plugin + Neutron is a virtual network service for Openstack, and a part of + Netstack. Just like OpenStack Nova provides an API to dynamically + request and configure virtual servers, Neutron provides an API to + dynamically request and configure virtual networks. These networks + connect "interfaces" from other OpenStack services (e.g., virtual NICs + from Nova VMs). The Neutron API supports extensions to provide + advanced network capabilities (e.g., QoS, ACLs, network monitoring, + etc.) + . + This package provides the Modular Layer 2 plugin. + Package: neutron-plugin-openvswitch-agent Architecture: all Depends: neutron-common (= ${source:Version}), - neutron-plugin-openvswitch, + neutron-plugin-ml2, openvswitch-switch, ${misc:Depends}, ${python:Depends}, @@ -641,6 +663,18 @@ Description: Neutron is a virtual network service for Openstack - metering plugi . This package provides the metering plugin. +Package: neutron-ovs-cleanup +Architecture: all +Depends: + neutron-common (= ${source:Version}), + neutron-plugin-openvswitch (= ${source:Version}), + ${misc:Depends}, + ${python:Depends}, + ${shlibs:Depends} +Breaks: quantum-ovs-cleanup ( << 1:2013.2~b2-0ubuntu1~ ) +Replaces: quantum-ovs-cleanup ( << 1:2013.2~b2-0ubuntu1~ ) +Description: This package provides OVS cleanup upstart script. + Package: quantum-server Depends: neutron-server, ${misc:Depends} Architecture: all