summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Remove the CLI code from the Neutron client.Slawek Kaplonski2023-04-111-287/+0
| | | | | | | | | | | | | | | This project no longer provides CLI support. All code has been removed. Please use openstack CLI instead This patch removes entry point for neutron CLI too, bash completion script and CLI related functional and unit tests but it still keeps neutronclient/neutron/v2_0 module as this is used by e.g. Nova. Co-Authored-By: Slawek Kaplonski <skaplons@redhat.com> Closes-Bug: #2003861 Change-Id: I5b6c735d1ff931d7991a42b262e7faa47b75edeb
* Move network trunk commands from python-neutronclientelajkat2023-01-161-7/+0
| | | | | | | | | The depends-on patch adds trunk commands to OSC, as we can long consider trunk operations as core Networking operations. Change-Id: Ie557a5d541cf117d20f3f2b548620a74dbadb383 Depends-On: https://review.opendev.org/c/openstack/python-openstackclient/+/869447 Related-Bug: #1999774
* Update python testing as per zed cycle teting runtime8.0.0Ghanshyam Mann2022-05-111-3/+1
| | | | | | | | | | In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Add release notes, move py36 jobs to py38|9, and update the python classifier for the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: Ibeee0b16ee1ea95f05127563a9cb08ffd0f04e2b
* Update python testing classifierdengzhaosen2021-12-241-0/+1
| | | | | | | | | | | | | | Yoga testing runtime[1] has been updated to add py39 testing as voting. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 this commit updates the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: Iedb1c345df99ae9be5cce22ab930c6de7a5e7832
* setup.cfg: Replace dashes with underscores7.4.0likui2021-05-111-4/+4
| | | | | | | | | | | | | | | | | | Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I56804844c7438d7a5bffaaa363b9e3d79850c5c2
* Remove translation sections from setup.cfgmelissaml2020-08-141-14/+0
| | | | | | | These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: If20aa86f21807497c5dfefb0f34f771040517c6f
* Add py38 package metadataSean McGinnis2020-04-241-0/+1
| | | | | | | | | Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: I449ba49cd8c2c8c9890b603c298295c56a5df6de Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Cleanup py27 supportussuri-em7.1.1Andreas Jaeger2020-04-041-4/+3
| | | | | | | | | | | | | | Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete sections from setup.cfg - Update classifiers - Update requirements, no need for python_version anymore - Remove html_last_updated_fmt from conf.py, this is not needed with openstackdocstheme anymore; update openstackdocstheme requirement Change-Id: I66d7b502349de38bc2b646ed99cf5a41471d81bf
* Replace 'bgp speaker show dragents' with 'bgp dragent list'7.1.0zhanghao2020-02-171-0/+1
| | | | | | | | | | | In order to follow other agent related commands in OSC, it is more appropriate and friendly to replace 'bgp speaker show dragents' with 'bgp dragent list'. this patch uses 'openstack bgp dragent list' to show the list of dragents, and the optional parameter 'bgp-speaker' shows the list of dragents hosting a specific bgp speaker. Change-Id: I9e0703fccf535b1e1a2055ed917336055b7395f5 Closes-Bug: #1858377
* Drop python 2.7 supportAkihiro Motoki2019-12-171-5/+0
| | | | | | | | | We no longer support python 2.7 past Train. Let's stop testings with python 2.7 and drop python 2.7 stuffs. pypy in tox.ini is also dropped too. It is not used for long. Change-Id: I8a07c007a129cd2141085a1a3cc7f81658c42db2
* Add Python 3 Train unit testsCorey Bryant2019-07-081-0/+1
| | | | | | | | | | | | This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: If79694b32ece897c93d1889da28daff641e46f1c Story: #2005924 Task: #34225
* Dropping the py35 testingGhanshyam Mann2019-04-151-1/+0
| | | | | | | | | | | | | | | | | All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I612c7c40e07f23afa920c92bf4b51b278282dd9d
* Add subnet onboard CLI6.12.0Ryan Tidwell2019-02-271-0/+2
| | | | | | | | | | This is the implementation of the "onboard network subnets" CLI. This enables the subnet onboard feature of neutron to be driven via CLI. Depends-On: https://review.openstack.org/348080 Change-Id: Ic637ed689b0d3806d2c33faa419c3a98a310effa Implements: blueprint subnet-onboard
* Update mailinglist from dev to discusschenlx2018-12-171-1/+1
| | | | | | | openstack-dev was decomissioned this night in https://review.openstack.org/621258 Update openstack-dev to openstack-discuss Change-Id: Ib88759901998ebec8a3e3817d1148fa70323cee5
* Add Python 3.6 classifier to setup.cfgqingszhao2018-11-301-0/+1
| | | | Change-Id: Id7864c23b73b5f2b265ba04d24d01540b326d105
* Support of the boolean advertise_extra_routesSamuel Barré2018-11-201-0/+2
| | | | | | | | | | | | | This Boolean attribute is added to the Router Association resource (Neutron API, 'bgpvpn' and 'bgpvpn-routes-control' API extensions) in order to support routes control. This allow to propagate routes of subnets not directly connected to the router The corresponding code in networking-bgpvpn has already merged See https://blueprints.launchpad.net/bgpvpn/+spec/routes-control Change-Id: Icdd7f6592a9d657b6414645406f06b74b6f3bb11 Implements: blueprint routes-control
* Follow the new PTI for document buildNguyen Hai2018-04-061-6/+0
| | | | | | | | | | | | For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html Depends-On: https://review.openstack.org/#/c/559315/ Depends-On: https://review.openstack.org/#/c/559332/ Change-Id: Icbdc67dab1853162b1a877891195cc26b4873cb0
* Add commands to support BGP VPN route control new API extensionÉdouard Thuleau2018-01-221-0/+6
| | | | | | | | | | | | | Networking-bgpvpn API extension [0] brings new API calls. That patch adds command to OSC CLI to support them. It does not implement all the API extension, still missing new router attribute 'advertise_extra_routes' and the BGP VPN 'local_pref' attribute. [0] https://developer.openstack.org/api-ref/network/v2/index.html#port-associations Change-Id: I45a160b0caec534d517b103db91dc738c006978b Partially-Implements: blueprint routes-control Depends-On: I263e1ee6cf4e1a91be91a4a78f4a160f64d33cc6
* Add VPNaaS commands for OSC pluginCao Xuan Hoang2018-01-151-0/+30
| | | | | Closes-Bug: 1669252 Change-Id: I447f5c50725fc0d9d8a1574ad5e28772f472fba9
* Add Logging commands for OSC pluginYushiro FURUKAWA2018-01-111-1/+7
| | | | | | | | | This commit supports Logging CLI as OSC plugin[1]. [1] https://bugs.launchpad.net/neutron/+bug/1468366 Depends-On: Ib8668dd25ee7c5000a6dafcc7db3dbc33ad190be Partially-implements: blueprint security-group-logging Change-Id: If9a5e0e3958ea32f4c0d3573efcb3ac4101c63a6
* Merge "Add Service Graphs networking-sfc resource"Zuul2017-12-021-0/+5
|\
| * Add Service Graphs networking-sfc resourceDaire Ní Chatháin2017-10-301-0/+5
| | | | | | | | | | | | | | Co-Authored-By: Igor Duarte Cardoso <igor.duarte.cardoso@intel.com> Partial-Bug: #1587486 Depends-On: I372da15f99f3cbfb7ffd1d8bf87a79bc56180afe Change-Id: Ie54da56d2388cb375bccd883c111c5f87e293047
* | Dynamic routing CLIs OSC transitionNa2017-10-261-0/+19
|/ | | | | | | | | | | Neutron is transitioning its CLI to OSC, should update dynamic routing CLIs to align with OSC plugin. Change-Id: Ic1a633ca103d9e97e28ddf23e0f528e0261ce497 Co-Authored-By: Ryan Tidwell <ryan@6tidwells.com> Co-Authored-By: Roey Chen <roeyc@vmware.com> Partially-Implements: blueprint bgp-spinout Partial-Bug: #1560003
* Merge "Update the documentation link for doc migration"6.4.0Jenkins2017-07-241-1/+1
|\
| * Update the documentation link for doc migrationHangdong Zhang2017-07-221-1/+1
| | | | | | | | Change-Id: Ia07630b2626781d89b1957a96706e22a9e28674f
* | Merge "Add SFC cli for OSC plugin"Jenkins2017-07-241-0/+22
|\ \ | |/ |/|
| * Add SFC cli for OSC pluginMohankumar2017-07-131-0/+22
| | | | | | | | | | | | Implements: blueprint openstackclient-cli-porting Change-Id: Ifeb62bad26ffeb0bb8b548c56d2d6a620a922f78
* | Merge "Use entry points to define neutron CLI commands"Jenkins2017-07-071-0/+285
|\ \
| * | Use entry points to define neutron CLI commandsAkihiro Motoki2017-07-031-0/+285
| | | | | | | | | | | | | | | | | | | | | | | | It allows us to generate CLI references automatically using cliff.sphinxext (which will be available in the next release of cliff). This allows us to avoid maintaining the in-tree CLI refernece manually. Change-Id: I3950ed8cf50508210c8b3270724e283aea8e1673
* | | Enable warning-is-error in doc buildAkihiro Motoki2017-07-051-0/+1
|/ / | | | | | | | | | | Part of doc-migration work Change-Id: I956975ab28be163ca0b2024456360595e649d740
* | Python 3.4 support is removedkavithahr2017-03-081-1/+0
|/ | | | | | | In setup.cfg and tox.ini the python 3.4 is removed beacuse python 3.5 is available. Change-Id: I176d7fce4778aa7a1d4d93924d4c8785233fa7ef
* Add BGP VPN OSC commandsÉdouard Thuleau2017-02-091-0/+15
| | | | | Change-Id: Ib1ba356e994a98712e00a11ff045df67fbe4c7ea Closes-Bug: #1650204
* Add FWaaS V2 commands for OSC pluginYushiro FURUKAWA2016-12-271-0/+21
| | | | | | | | | | This commit supports FWaaS v2 CLI as OSC plugin[1]. [1] http://specs.openstack.org/openstack/neutron-specs/specs/newton/fwaas-api-2.0.html Partial-Implements: blueprint fwaas-api-2.0 Depends-On: I7b4108772e8370e8f51971caf40ecd23e9f977e9 Change-Id: I57504f97ac39b5b7d301fd5cc88228a121f0677e Closes-Bug: #1609686
* Merge "Add Python 3.5 classifier and venv"Jenkins2016-08-051-0/+1
|\
| * Add Python 3.5 classifier and venvzheng yin2016-08-031-0/+1
| | | | | | | | | | | | | | There is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv. Change-Id: I595320fb8b8e97951b8d445a14eb4f5a311a151f
* | Add trunk commands to openstackclientArmando Migliaccio2016-07-281-0/+7
|/ | | | | | | | | | | | | | | | | | | | | | | This patch introduces the client bindings for the trunk extension. It uses the openstackclient framework, and thus requires the openstack client to work. New commands introduced are as follows: "openstack network trunk create" to create a trunk. "openstack network trunk set" to update/add subports to a trunk. "openstack network trunk unset" to remove subports from trunk. "openstack network trunk list" to list all trunks. "openstack network trunk delete" to delete trunks. "openstack subport list --trunk <name>" to list all subports belonging to a trunk. DocImpact: Openstackclient now supports CLIs to configure trunk resource via OSC plugin for neutronclient Change-Id: I6fe1dbd81813fae234801a61c0e3d89f9e7c791e Co-authored-by: SongmingYan <yan.songming@zte.com.cn> Co-authored-by: Abhishek Raut <rauta@vmware.com> Partial-implements: blueprint vlan-aware-vms
* Merge "Base OSC plugin support"Jenkins2016-07-091-0/+5
|\
| * Base OSC plugin supportRichard Theis2016-07-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | Enable neutronclient OSC plugin support. This patch set does the following: - Establishes OSC plugin structure for commands and unit tests - Creates the OSC plugin - Adds OSC to test-requirements.txt Co-Authored-By: Akihiro Motoki <motoki@da.jp.nec.com> Change-Id: I9a20bc7a3d8aa7b631fb0fd534fc5705c23326ce Related-Bug: #1521291
* | Update the home-page with developer documentationvenkatamahesh2016-05-171-1/+1
|/ | | | Change-Id: Ia289848b66caf07ce3684906b29021711d4d286c
* Update translation setupAndreas Jaeger2016-01-281-6/+6
| | | | | | | | | | | | | | | | | Follow new infra setup for translations, see spec http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html for full details. This basically renames python-neutronclient/locale/python-neutronclient.pot to neutronclient/locale/neutronclient. For this we need to update setup.cfg. The domain name is already correct in neutronclient/_i18n.py. There's no need to keep the pot file. The updated scripts work without them. So, we can just delete the file and once there are translations, an updated pot file together with translations can be imported. Change-Id: I888808f8af291223531df799382ad0c70bf8c567
* Merge "Setup for translation"Jenkins2016-01-161-0/+14
|\
| * Setup for translationAkihiro Motoki2015-12-041-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | client translation effort starts and several client projects including novaclient already setup translations. To start translation, we need to initially import the translation file - and place it at the proper place so that the usual CI scripts can handle it. The proper place is for all python projects $PROJECT/locale/$PROJECT.pot - see setup.cfg. Further imports will be done by the OpenStack Proposal bot. Closes-Bug: #1099603 Change-Id: I5b13a9428e6272e83a45b82c06f524be772d3d7a
* | Drop py33 supportshu-mutou2015-12-151-1/+0
|/ | | | | | | | | | | | | | | "Python 3.3 support is being dropped since OpenStack Liberty." written in following URL. https://wiki.openstack.org/wiki/Python3 And already the infra team and the oslo team are dropping py33 support from their projects. Since we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py33 support too. Change-Id: Ic3bfd32822a5e55d6d056af163075d9b3bdaabd4 Closes-Bug: #1526170
* Remove py26 supportshu-mutou2015-12-021-1/+0
| | | | | | | | | | | as of mitaka, the infra team won't have the resources available to reasonably test py26, also the oslo team is dropping py26 support from their libraries. sine we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py26 support too. Change-Id: I62db55ee1a9e7564a10a7284bd0e401b2cdbc580 Closes-Bug: 1519510 Depends-On: I4a2f860e8138bddb032418ee555e07a6fa0a3f3e
* Add Python 3 classifiersCyril Roelandt2015-01-071-0/+3
| | | | Change-Id: Ib22c48ce091916c7c874db91c8c16ebfc7846411
* Support building wheels (PEP-427)Sascha Peilicke2014-02-071-0/+3
| | | | | | | | Universal is used to identify pure-Python module(by bdist_wheel). For these, it is sufficient to build a wheel with _any_ Python ABI version and publish that to PyPI (by whatever means). Change-Id: I3dd06b63d2fdcce8961f87fe1d71be052cb0fdf0
* Rename quantumclient to neutronclient2.2.4Mark McClain2013-07-031-3/+3
| | | | | | Implements Blueprint: remove-use-of-quantum Change-Id: Idebe92d56d277435ffd23f292984f9b8b8fdb2df
* Rename README to README.rstDirk Mueller2013-06-011-1/+1
| | | | | | | README.rst seems to be more standard accross OpenStack modules. Change-Id: I82cd80e1e816b9c2e9774ad87c1a68bcf7dd8342
* Migrate to pbr.Clark Boylan2013-05-241-0/+32
| | | | | | Fixes bug 1179007 Change-Id: I6d7a6b7c85361e1568719ad11035158f4f6d9b35
* Migrate from nose to testrMonty Taylor2013-02-031-8/+0
| | | | | | Part of blueprint grizzly-testtools Change-Id: Ia53b0987b1e890a96b190f4b1a47dde4bf84fb6f