35 Commits

Author SHA1 Message Date
Ivan Anfimov
0125495f92 Remove tags from README
The tags framework has been discontinued for a long time.

https://governance.openstack.org/tc/reference/tags/

https://governance.openstack.org/tc/resolutions/20211224-tags-framework-removal.html

Change-Id: I1ffae10bd034de52bb8287d8b0e3103e9e9835ae
2025-04-29 15:07:14 +00:00
Ian Wienand
9c5a850f5a Remove --bypass-url documentation
This was removed with I3b951cc4eb3adff23f3d2cbe674971816261ef56;
cleanup old references.

Change-Id: I71e6da99dff04d86b9dd67a754764b1e742d366a
2020-03-24 18:41:21 +11:00
Andreas Jaeger
1b8d5c20fb Update api-ref location
The api documentation is now published on docs.openstack.org instead
of developer.openstack.org. Update all links that are changed to the
new location.

Note that redirects will be set up as well but let's point now to the
new location.

For details, see:
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html

Change-Id: I9c13afc35e0c5f129865a9c88e078ad59f4a0c6e
2019-07-25 18:09:52 +02:00
Minmin Ren
5cd22bb18a Remove promote/reenable replication
The replication 1.0 API os-promote-replica and os-reenable-replica
were removed[1], then remove useless code from
cinderclient.

[1]: https://review.openstack.org/#/c/275797/

Change-Id: Icf98f294c089942e11607786e932abc959f77b3b
2019-06-19 03:16:42 +00:00
Zuul
3a4221236f Merge "Drop use of git.openstack.org" 2019-05-30 16:27:49 +00:00
Eric Harney
c78cbb0df3 Remove some old info from README
We don't really need this here.

Change-Id: I358550eef1c3ac32451c22b72e44e906cf2bc5dc
2019-04-22 11:28:16 -04:00
whoami-rajat
8ff86a1706 Drop use of git.openstack.org
Our cgit instance will be going away and opendev.org is the new
preferred URL for browsing our git repos. Redirects will exist for the
foreseeable future, but it's more efficient to just go directly to the
new locations.

Cinder patch : https://review.openstack.org/#/c/652774/

Change-Id: I355982de70c214bd4929c061507076c98b8ad8d2
2019-04-17 14:06:35 +05:30
wu.chunyang
e76a989989 update wrong link
the link may be https://github.com/rackerlabs/python-cloudservers
the previous link can not open.

Change-Id: Ieabcb80976d2f5e58cfb03381b25f2b4ce911176
2018-08-02 15:11:31 +08:00
Chen
570bc0886e 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: I2a2b3970abb9c66b5a1db70248726a0fc6fb37a4
2018-06-07 22:38:41 +08:00
Tovin Seven
843b04fcdd 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: I7f467a12ec4cf5d3c9e3f74ac0ade09f67867c20
2018-04-20 17:17:48 +07:00
zhangbailin
7aba0e9026 Update old url for cinderclient's document
Update the URL in the document library, and use https instead of http
due to openstack document migration.

Change-Id: I991dff678ce613b0a50e3d0c9ab5ecd8cdf3e272
2017-09-05 23:06:16 -07:00
Jenkins
790303e7b3 Merge "Make --profile load from environment variables" 2017-07-27 04:13:59 +00:00
Tovin Seven
3e235b2b51 Make --profile load from environment variables
--profile argument can be loaded from OS_PROFILE environment variables
to avoid repeating --profile in client commands.

Co-Authored-By: Hieu LE <hieulq@vn.fujitsu.com>
Change-Id: Ia9b469024395327ec0ee082ddaea3234fc3ca5a6
2017-07-27 01:33:05 +00:00
Hangdong Zhang
0b52b49b57 Update URLs in documentation
Update URLs according to OpenStack document migration
BTW: Do some optimization as well (http -> https)

Change-Id: I9239e2012442f3e459a21f50afd380c8f58a6a98
2017-07-20 15:20:11 +08:00
yfzhao
650dc13610 Replace http with https
Use https instead of http to ensure the safety without containing our
account/password information

Change-Id: I40d748c6044cc10eadd24eedc2d1753aa0323caf
2017-04-26 10:27:37 +08:00
lihaijing
31a7ba7b3c Update README.rst to remain consistent with python-cinderclient.
The latest python-cinderclient version is 2.0.1, but the content of
project README file is out-of-date. So update README.rst to remain
consistent with python-cinderclient. The changes are as follows:
1. Update OS_AUTH_URL to use Keystone url.
2. Modify OS_VOLUME_API_VERSION to 3(Since API V2 is offical deprecated).
3. Update "cinder help" output.
4. Update python api usage.

Change-Id: Id81eb1c6b0723667bb725b6dabbe7a886a6c7f03
2017-03-16 08:28:53 +08:00
venkatamahesh
82181f0bf5 Fix the optional argument of cinder api
Change-Id: I10bd6e61eb8b41591df6b9609cf24e11ae37f2dc
Closes-Bug: #1652573
2017-01-05 07:18:10 +00:00
Flavio Percoco
176c329ab4 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:

b'https://gist.github.com/0b8f121a00d534711d5d42cb0b085bf9\n'

Change-Id: Ic2fa11d0935903048b2fe5cdac32e009e3d7637c
2016-11-25 13:40:00 +01:00
daiki kato
2aa26f5d2a Eliminate unnecessary character
Eliminated unnecessary character about endpoint of keystone.

Change-Id: I4ae38d22c28162d87277379a693614c2a63433c9
2016-02-17 11:16:58 +09:00
Jenkins
9878bd6480 Merge "Code is hosted on git.openstack.org" 2016-02-15 15:06:44 +00:00
Jenkins
050da686cd Merge "Fix link for OpenStack manual" 2016-02-15 14:41:35 +00:00
Andreas Jaeger
a0c8fcff4f Code is hosted on git.openstack.org
We're hosting on git.openstack.org, github is just a mirror. Update
description in README.rst for this.

Change-Id: I813d0da52490f4de4c8586c48fc9d09fd52f3b5a
2016-01-16 19:33:06 +01:00
Andreas Jaeger
e02bfad204 Fix link for OpenStack manual
The OpenStack documentation team now has a CLI Reference, link to that
instead of the User Guide. The User Guide location is also broken due to
reorganization of that guide.

Change-Id: I45d00c06a8fe5929256260c1d56181db9ca2df48
2016-01-16 19:32:52 +01:00
ricolin
2153b41a2e improve readme contents
Add more information in README.rst

Add information link list as follow:

* PyPi - package installation
* Online Documentation
* Blueprints - feature specifications
* Bugs - issue tracking
* Source
* Specs
* How to Contribute

Change-Id: I818b6df38e73adf5963191dfff731110bcdb773a
2016-01-03 10:06:39 +00:00
Jenkins
f860668d71 Merge "Fix outdated URLs and some minor fixes" 2015-07-08 01:48:36 +00:00
Doug Hellmann
5577f0a60a 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:03:57 +00:00
Kallebe Monteiro
020f011ab9 Fix outdated URLs and some minor fixes
A minor commit.
Credit to Jeremy Stanley for findind out this in other projects.

The developer documentation changed. It is now at infra manual, so now
the CONTRIBUTING.md was updated accordingly.

Fixed some other things, like a line break which was not needed
(80 char limit), the help text, and updated URL for jacobian

Change-Id: I3b7cce90f72349a986a5b055fa59e53c089ba308
2015-03-02 16:14:44 -03:00
Kallebe Monteiro
d76387cc9f Add -d short option for --debug
A short option for --debug is a convenience.
This commit adds the -d short option as a shortcut for --debug

Glance already provides -d.

Change-Id: Iefae6cee566f9c7d7375e89c3f8603f149e555ef
Closes-Bug: #1421210
2015-02-12 10:52:17 -03:00
Jeremy Stanley
6f66494ecc Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: I58e362f5a94e2c47a103d6901464df38110d6383
2014-12-05 03:30:39 +00:00
Chris Buccella
97f293fea2 Discrepancy between README.rst and cinder help
1) --version in README should be --os-volume-api-version

2) CINDER_URL should be OS_AUTH_URL

Change-Id: I409634f3025463f2ae9419ddd0d99fa50554a04d
Closes-Bug: 1251385
2013-12-15 10:25:26 +02:00
john-griffith
d21ed05b4e Update version and index.rst for push
Update prior to push 1.0.7 to PyPi.

Includes changes/updates to doc/source/index and
adds link to README.rst

Change-Id: I666f3e6004885db7a688abdac88fa1154d83f8c9
2013-10-30 21:12:31 -06:00
Frederic Lepied
33c897d87e Fixed documentation of the cinder shell command.
Updated README.rst and shell.rst to match changes
in the cinder command and novaclient README.rst.

Change-Id: Ifaa53d5c06e6d7d8e3d4d858672717954303bea7
Fixes: bug #1074125
2013-01-31 20:41:47 +01:00
John Griffith
f270f22cb0 Implement volume quota support in the cinderclient
* fix for bug 1023311
  * Implements quota extensions in cinderclient
  * Implements absolute limits and rate limits

Change-Id: I7e3f8474476cbc03efb2fefcb8400f5fec85ddcb
2012-08-30 09:30:29 -06:00
Dean Troyer
d7b09bd097 Change '_' to '-' in options
This changes every command-line option with a '_' in its name
and changes them to '-'.  The old option names are maintained
for backward compatibility but are no longer in the help text.

BP command-options

Change-Id: If926bb3b8fa85d628aea197496cf976f71bcdd08
2012-08-23 14:40:09 -05:00
Jenkins
471704df64 Initial split from python-novaclient. 2012-05-21 16:32:35 -04:00