summaryrefslogtreecommitdiff
path: root/doc/source/contributor
Commit message (Collapse)AuthorAgeFilesLines
* Remove the CLI code from the Neutron client.Slawek Kaplonski2023-04-114-391/+3
| | | | | | | | | | | | | | | 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
* Set when deprecated neutron client CLI will be removedSlawek Kaplonski2021-05-271-3/+3
| | | | | | | | | | | | [1] was the last missing bit in OSC to have feature parity between OpenStack client and Neutronclient CLI tools. So now as [1] is merged we can really deprecate and specify that in Z cycle we will remove neutronclient CLI. This patch changes deprecation message to reflect that. [1] https://review.opendev.org/c/openstack/python-openstackclient/+/768210 Change-Id: Ia68af29ea15bda7330fda1b18416798a0f4cb7a4
* Replace git.openstack.org URLs with opendev.org URLsjacky062019-04-281-5/+5
| | | | Change-Id: I3cc418bd8219a3d4f3ab5c018adf06b66ef36b46
* Update links in READMEXiaojueGuan2018-06-121-1/+1
| | | | | | Change the outdated links to the latest links in README Change-Id: I70fbe513066b9375344e80308c646e56bf927db0
* Rename python-openstacksdk to openstacksdkMonty Taylor2018-03-231-2/+2
| | | | Change-Id: If61a78de8b16f62586988f5fdeab2146f67fa3f7
* Fix broken linksgaofei2018-01-241-7/+7
| | | | Change-Id: I4b00a24e5adb2ac6b62218d152aef88fac2d6396
* Update the documentation link for doc migrationHangdong Zhang2017-07-221-10/+10
| | | | Change-Id: Ia07630b2626781d89b1957a96706e22a9e28674f
* doc: Improve network CLI pageAkihiro Motoki2017-07-101-7/+0
| | | | | | | | | | | | | | * Move OSC first as neutron CLI is deprecated * Add more information on OSC usage (links to embeded command list and the mapping guide) * Add deprecation notice for neutron CLI This commit also makes toctree structure simpler At now, we have two index page unlinked from the top page. I thought it is good first, but it potentially makes things tricky. Let's remove such tweaks for easy maintenance. Change-Id: I7fd79f465fa6c04bf5b13f6578796d4c2d01edfd
* move existing content into the new standard structureAkihiro Motoki2017-06-234-0/+651
This patch rearranges and reformats existing content. Change-Id: Ibcad865d2ae45696628f77b5bd5f0e6b1f6842cf