summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* update wrong linkwu.chunyang2018-08-021-1/+1
| | | | | | | the link may be https://github.com/rackerlabs/python-cloudservers the previous link can not open. Change-Id: Ieabcb80976d2f5e58cfb03381b25f2b4ce911176
* Remove PyPI downloadsChen2018-06-071-4/+0
| | | | | | | | | 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
* Trivial: Update pypi url to new urlTovin Seven2018-04-201-3/+3
| | | | | | | | | Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I7f467a12ec4cf5d3c9e3f74ac0ade09f67867c20
* Update old url for cinderclient's documentzhangbailin2017-09-051-2/+2
| | | | | | | Update the URL in the document library, and use https instead of http due to openstack document migration. Change-Id: I991dff678ce613b0a50e3d0c9ab5ecd8cdf3e272
* Merge "Make --profile load from environment variables"Jenkins2017-07-271-0/+1
|\
| * Make --profile load from environment variablesTovin Seven2017-07-271-0/+1
| | | | | | | | | | | | | | | | --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
* | Update URLs in documentationHangdong Zhang2017-07-201-7/+7
|/ | | | | | | Update URLs according to OpenStack document migration BTW: Do some optimization as well (http -> https) Change-Id: I9239e2012442f3e459a21f50afd380c8f58a6a98
* Replace http with httpsyfzhao2017-04-261-2/+2
| | | | | | | Use https instead of http to ensure the safety without containing our account/password information Change-Id: I40d748c6044cc10eadd24eedc2d1753aa0323caf
* Update README.rst to remain consistent with python-cinderclient.lihaijing2017-03-161-64/+247
| | | | | | | | | | | | 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
* Fix the optional argument of cinder apivenkatamahesh2017-01-051-3/+3
| | | | | Change-Id: I10bd6e61eb8b41591df6b9609cf24e11ae37f2dc Closes-Bug: #1652573
* Show team and repo badges on READMEFlavio Percoco2016-11-251-0/+9
| | | | | | | | | | | | | | | | 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
* Eliminate unnecessary characterdaiki kato2016-02-171-1/+1
| | | | | | Eliminated unnecessary character about endpoint of keystone. Change-Id: I4ae38d22c28162d87277379a693614c2a63433c9
* Merge "Code is hosted on git.openstack.org"Jenkins2016-02-151-3/+2
|\
| * Code is hosted on git.openstack.orgAndreas Jaeger2016-01-161-3/+2
| | | | | | | | | | | | | | We're hosting on git.openstack.org, github is just a mirror. Update description in README.rst for this. Change-Id: I813d0da52490f4de4c8586c48fc9d09fd52f3b5a
* | Merge "Fix link for OpenStack manual"Jenkins2016-02-151-2/+2
|\ \ | |/
| * Fix link for OpenStack manualAndreas Jaeger2016-01-161-2/+2
| | | | | | | | | | | | | | | | 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
* | improve readme contentsricolin2016-01-031-5/+26
|/ | | | | | | | | | | | | | | | 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
* Merge "Fix outdated URLs and some minor fixes"1.3.1Jenkins2015-07-081-5/+5
|\
| * Fix outdated URLs and some minor fixesKallebe Monteiro2015-03-021-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Update README to work with release toolsDoug Hellmann2015-04-211-0/+5
|/ | | | | | | | | 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
* Add -d short option for --debugKallebe Monteiro2015-02-121-1/+1
| | | | | | | | | | 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
* Workflow documentation is now in infra-manualJeremy Stanley2014-12-051-1/+1
| | | | | | | Replace URLs for workflow documentation to appropriate parts of the OpenStack Project Infrastructure Manual. Change-Id: I58e362f5a94e2c47a103d6901464df38110d6383
* Discrepancy between README.rst and cinder helpChris Buccella2013-12-151-3/+3
| | | | | | | | | 1) --version in README should be --os-volume-api-version 2) CINDER_URL should be OS_AUTH_URL Change-Id: I409634f3025463f2ae9419ddd0d99fa50554a04d Closes-Bug: 1251385
* Update version and index.rst for push1.0.7john-griffith2013-10-301-0/+2
| | | | | | | | | 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
* Fixed documentation of the cinder shell command.Frederic Lepied2013-01-311-33/+32
| | | | | | | | Updated README.rst and shell.rst to match changes in the cinder command and novaclient README.rst. Change-Id: Ifaa53d5c06e6d7d8e3d4d858672717954303bea7 Fixes: bug #1074125
* Implement volume quota support in the cinderclientJohn Griffith2012-08-301-0/+2
| | | | | | | | * fix for bug 1023311 * Implements quota extensions in cinderclient * Implements absolute limits and rate limits Change-Id: I7e3f8474476cbc03efb2fefcb8400f5fec85ddcb
* Change '_' to '-' in optionsDean Troyer2012-08-231-30/+24
| | | | | | | | | | 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
* Initial split from python-novaclient.0.0Jenkins2012-05-211-0/+155