Commit Graph

13 Commits

Author SHA1 Message Date
Rodolfo Alonso Hernandez c28a5497c2 Add note to prevent new features to be added (CLI and Python bindings)
Change-Id: I19fb7426d91d6d7f27fee0507b7c28541ecaf344
2024-01-18 14:18:17 +00:00
Slawek Kaplonski 52653c95e0 Remove the CLI code from the Neutron client.
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
2023-04-11 13:12:45 +02:00
jacky06 9a91b4ad38 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I3cc418bd8219a3d4f3ab5c018adf06b66ef36b46
2019-04-28 14:25:39 +08:00
wu.chunyang 61056c4553 Add release note link in README
Change-Id: Idcd559d5f8c6f991e73d7d10339fb923f2a931b2
2018-06-28 13:17:20 +08:00
XiaojueGuan 5a6b75655d Update links in README
Change the outdated links to the latest links in README

Change-Id: I70fbe513066b9375344e80308c646e56bf927db0
2018-06-12 16:19:33 +08:00
Chen d090ea2751 Remove PyPI downloads
According to official site,
https://packaging.python.org/guides/analyzing-pypi-package-downloads/
PyPI package download statistics is no longer maintained and thus
should be removed.

Change-Id: I190d233eaaea8e445e2d0c9b98ee81cb8cf08fab
2018-06-07 22:38:41 +08:00
Tovin Seven e9df94319f Trivial: Update pypi url to new url
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I8a94ae70c638927f113d9a648f8cd5df41474bba
2018-04-20 17:22:27 +07:00
Hangdong Zhang 7345d6ae4e Update the documentation link for doc migration
Change-Id: Ia07630b2626781d89b1957a96706e22a9e28674f
2017-07-22 19:31:28 +09:00
Flavio Percoco d5516641c1 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/9c58a860190b7421066893b12675b496

Change-Id: Ie6bf3f8a7addf0b070a6447d500b5b61144c3664
2016-11-25 15:36:19 +01:00
ricolin 5f079feeaf improve readme contents
Add more information in README.rst

Change-Id: Iae60a780828015c6a5919405cdcd31010b386d26
2016-06-14 09:42:14 +00:00
Doug Hellmann d830767711 Update README to work with release tools
The README file needs to have links to the project documentation and bug
tracker in a parsable format in order for some of the release tools
scripts to work (particularly the one that prints the release note
email).

Change-Id: I37e0acc5ed8e1af565359290fa622456901c735e
2015-04-21 15:38:25 +00:00
Mark McClain 93ac15bfeb Rename quantumclient to neutronclient
Implements Blueprint: remove-use-of-quantum

Change-Id: Idebe92d56d277435ffd23f292984f9b8b8fdb2df
2013-07-03 11:56:44 -04:00
Dirk Mueller 5326cc713a Rename README to README.rst
README.rst seems to be more standard accross OpenStack
modules.

Change-Id: I82cd80e1e816b9c2e9774ad87c1a68bcf7dd8342
2013-06-01 10:08:50 +02:00