debian/0000775000000000000000000000000012310310130007150 5ustar debian/copyright0000664000000000000000000000344012310310130011104 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: python-neutronclient Source: http://github.com/openstack/python-neutronclient Files: * Copyright: 2011 Citrix Systems 2011, Nicira Networks, Inc. 2010 OpenStack, LLC 2001-2010 Twisted Matrix Laboratories. License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". Files: debian/* Copyright: 2012 Chuck Short License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/compat0000664000000000000000000000000212310310130010346 0ustar 8 debian/tests/0000775000000000000000000000000012310310130010312 5ustar debian/tests/client0000775000000000000000000000044012310310130011514 0ustar #!/bin/bash #------------------------- # Testing client utilities #------------------------- set -e HELP_CLIENTS=('neutron') for client in "${HELP_CLIENTS[@]}"; do RET=$($client -h 2>&1 > /dev/null) if [[ $RET ]]; then echo "ERROR, ${client} is not running" fi done debian/tests/control0000664000000000000000000000005412310310130011714 0ustar Tests: client Depends: python-neutronclient debian/watch0000664000000000000000000000055512310310130010206 0ustar version=3 opts="uversionmangle=s/%7E/~/" https://launchpad.net/python-neutronclient/+download https://launchpad.net/python-neutronclient/.*/.*/.*/python-neutronclient-(.*)\.tar\.gz http://tarballs.openstack.org/python-neutronclient/ python-neutronclient-(\d.*).tar.gz http://pypi.python.org/packages/source/p/python-neutronclient/python-neutronclient-(\d.*).tar.gz debian/source/0000775000000000000000000000000012310310130010450 5ustar debian/source/format0000664000000000000000000000001412310310130011656 0ustar 3.0 (quilt) debian/patches/0000775000000000000000000000000012310310130010577 5ustar debian/rules0000775000000000000000000000113212310310130010225 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 get-orig-source: uscan --verbose --force-download --rename --destdir=../build-area override_dh_auto_test: testr init && testr run --parallel debian/docs0000664000000000000000000000001312310310130010015 0ustar README.rst debian/install0000664000000000000000000000012012310310130010532 0ustar tools/neutron.bash_completion etc/bash_completion.d/ usr/lib/python* usr/bin/* debian/changelog0000664000000000000000000001304012310310130011020 0ustar python-neutronclient (1:2.3.4-0ubuntu1) trusty; urgency=medium * New upstream point release: - [02baef4] Fix get_auth_info() for pre-authenticated clients (LP: #1280941). -- James Page Thu, 13 Mar 2014 11:02:06 +0000 python-neutronclient (1:2.3.3-0ubuntu1) trusty; urgency=medium * New upstream release. -- Chuck Short Tue, 21 Jan 2014 11:34:34 -0500 python-neutronclient (1:2.3.1-0ubuntu1) trusty; urgency=low * New upstream release. * debian/control: open icehouse release. -- Chuck Short Thu, 14 Nov 2013 14:00:50 -0500 python-neutronclient (1:2.3.0-0ubuntu1) saucy; urgency=low * New upstream release. * debian/control: Add python-six as a build dependency. * debian/control: Add python-babel as a build dependency. -- Chuck Short Fri, 06 Sep 2013 16:33:40 -0400 python-neutronclient (1:2.2.4-0ubuntu2) saucy; urgency=low * d/tests: Update tests for quantum->neutron rename. -- James Page Thu, 18 Jul 2013 17:45:25 +0100 python-neutronclient (1:2.2.4-0ubuntu1) saucy; urgency=low [ Chuck Short ] * Renamed to python-neutronclient. + Updated debian/control to rename python-quantumclient to python-neutronclient. + Updated debian/copyright. + debian/control: Add Breaks/Replaces python-quantumclient and transitional package. * debian/rules, debian/control: Run testsuite with testrepository. * debian/control: Add python-pbr and python-d2to1. * debian/docs: Renamed README to README.rst. * debian/copyright: Cleaned up, fix lintian warnings. * debian/control: Dropped quantum-client. [ Adam Gandelman ] * debian/control: Bump python-cliff min. requirement to 1.3.2 as per tools/pip-requires. * debian/control: Set version minimum 1.5.6 on python-pyparsing depends. [ Yolanda Robla ] * debian/tests: added autopkg tests [ James Page ] * New upstream release. * d/control: Update VCS fields for new branch locations. * d/install: Enable bash completion for neutron command. * d/rules: Execute tests in parallel. * d/control: Drop BD on pep8, no longer required. -- James Page Thu, 18 Jul 2013 17:20:32 +0100 python-quantumclient (1:2.2.0-0ubuntu1) raring; urgency=low [ Adam Gandelman ] * debian/control: Set version minimum for python-cliff (>= 1.3.1). [ James Page ] * New upstream point release to support OpenStack Grizzly. -- James Page Fri, 15 Mar 2013 09:15:00 +0000 python-quantumclient (1:2.1.2-0ubuntu1) raring; urgency=low [ Adam Gandelman ] * debian/control: Drop 'Provides: ${python:Provides}'. [ Chuck Short ] * New upstream release. * debian/control: Add python-testtools and python-fixtures as build deps. * debian/patches/override_cliff_version.patch: Dropped, no longer needed. * debian/control: Add python-iso8601 build-depends. -- Chuck Short Thu, 07 Mar 2013 11:14:49 -0600 python-quantumclient (1:2.1-0ubuntu1) quantal; urgency=low [ Adam Gandelman ] * debian/control: Add python-pyparsing. * debain/patches/override_cliff_version.patch: Remove version constraint on cliff >= 1.2.1 (Ubuntu 12.10 is shipping 1.1.2). [ Soren Hansen ] * Update debian/watch to account for symbolically named tarballs and use newer URL. * Fix Launchpad URLs in debian/watch. * Add cliff-tablib build-dependency to fix test suite failure. [ Chuck Short ] * New upstream release * debian/watch: Add pypi sources as well -- Chuck Short Tue, 18 Sep 2012 18:59:16 -0500 python-quantumclient (1:2.0-0ubuntu2) quantal; urgency=low * debian/control: Set Provides: ${python:Provides}. (LP: #1042468) * debian/control: Update maintainer, add missing Depends. -- Adam Gandelman Mon, 27 Aug 2012 15:53:54 -0700 python-quantumclient (1:2.0-0ubuntu1) quantal; urgency=low * New upstream version. * debian/control: Update build dependencies. * debian/rules: Enable testsuite. -- Chuck Short Thu, 16 Aug 2012 12:45:43 -0500 python-quantumclient (1:0.1.0.1-0ubuntu1) quantal; urgency=low * New upstream release. * debian/watch: Updateed -- Chuck Short Fri, 06 Jul 2012 12:50:42 -0400 python-quantumclient (2012.1-0ubuntu1) precise; urgency=low * New upstream release. -- Chuck Short Thu, 05 Apr 2012 11:12:30 -0400 python-quantumclient (2012.1~rc2-0ubuntu1) precise; urgency=low * New upstream release. -- Chuck Short Tue, 03 Apr 2012 20:47:00 -0400 python-quantumclient (2012.1~rc1-0ubuntu2) precise; urgency=low * debian/patches/fix-namespace.patch: Fix namespace conflict. -- Chuck Short Thu, 22 Mar 2012 11:15:53 -0400 python-quantumclient (2012.1~rc1-0ubuntu1) precise; urgency=low * New upstream release. * Dropped quantum-common stuff since it conflicts with quantum proper. -- Chuck Short Tue, 20 Mar 2012 13:39:58 -0400 python-quantumclient (2012.1~rc1~20120315.22-0ubuntu1) precise; urgency=low * New upstream release. * debian/watch: Fix typos -- Adam Gandelman Fri, 16 Mar 2012 12:00:02 -0700 python-quantumclient (2012.1~e3~20120125.r8-0ubuntu2) precise; urgency=low * Fix lintian errors. -- Chuck Short Wed, 01 Feb 2012 10:48:03 -0500 python-quantumclient (2012.1~e3~20120125.r8-0ubuntu1) precise; urgency=low * Initial release. -- Chuck Short Wed, 01 Feb 2012 10:20:24 -0500 debian/control0000664000000000000000000000372112310310130010556 0ustar Source: python-neutronclient Section: python Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Chuck Short Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3~), python-babel, python-cliff (>= 1.3.2), python-d2to1, python-fixtures, python-httplib2, python-mox, python-nose, python-pbr, python-prettytable, python-pyparsing (>= 1.5.6), python-simplejson, python-six, python-testtools, testrepository, cliff-tablib, python-iso8601 Standards-Version: 3.9.4 X-Python-Version: >= 2.6 Homepage: http://launchpad.net/python-quantumclient Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/python-neutronclient/icehouse/files Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/python-neutronclient/icehouse XS-Testsuite: autopkgtest Package: python-neutronclient Architecture: all Breaks: python-quantumclient ( << 1:2.2.4-0ubuntu1~ ) Replaces: python-quantumclient ( << 1:2.2.4-0ubuntu1~ ) Depends: python-cliff (>= 1.3.2), python-httplib2, python-prettytable, python-pyparsing (>= 1.5.6), python-simplejson, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Description: client - Neutron is a virtual network service for Openstack 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 neutron client. Package: python-quantumclient Depends: python-neutronclient, ${misc:Depends} Architecture: all Section: oldlibs Description: transitional dummy package This is a transitional dummy package. It can safely be removed.