summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Replace git.openstack.org URLs with opendev.org URLsjacky062019-08-241-2/+2
| | | | Change-Id: Id02ac765028673ecabcb76d3f3014bbb383bc098
* Remove team diversity tags note in READMEzhangbailin2018-08-101-4/+3
| | | | | | | In this commit(https://review.openstack.org/#/c/579870/) removed diversity tags, it should also be updated here. Change-Id: I035e6286286558b74a6949dc2f1826ce25b1786f
* Merge "Remove PyPI downloads"Zuul2018-07-171-4/+0
|\
| * 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: I36ad2c12e881149400c17174f56e8962df4c1aba
* | Add release note link in READMEqingszhao2018-06-281-1/+1
|/ | | | Change-Id: I7de7c27a067f6346ebb9a29f76a7531502801a71
* 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: I633a8efb61d6b990f77acf3d6e7d1532f73d4278
* Revert "Remove team:diverse-affiliation from tags"Brian Rosmaita2018-01-181-1/+2
| | | | | | | | | The diverse-affiliation tag was restored to Glance on 2017-09-05 by change I9c61fb6d09a51adbe0a3b4bf2098ec1c98ea33e1 This reverts commit 3dae473c3acfae16cd3f51eea6367fbf289591cc. Change-Id: I389375c47de56fdfdfa3aa8fbf28086a44b00d78
* Merge "Remove team:diverse-affiliation from tags"Jenkins2017-07-251-2/+1
|\
| * Remove team:diverse-affiliation from tagsErno Kuvaja2017-07-211-2/+1
| | | | | | | | Change-Id: Ib55fa0cb92b4487a52738c6f0f28d3b385157685
* | Update and optimize documentation linksHangdong Zhang2017-07-191-5/+5
|/ | | | | | | | 1. Update URLs according to document migration 2. Update the dead and outdated links 3. Optimize (e.g. http -> https) Change-Id: Iad743ad223b8c40ae914beccd936f71a81622d76
* update the doc URLs in the readmeDoug Hellmann2017-06-281-2/+2
| | | | | Change-Id: I62b284465ec81c2ba4ddba4c803b996a34e91eeb Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Add alt text for badgesBrian Rosmaita2016-12-011-0/+11
| | | | | | | | | | | | The RST image directive takes an alt parameter that's used to supply an alt attribute for the HTML image element that's generated during RST to HTML conversion. The alt text is useful for accessibility purposes and is also displayed if the image source is unavailable when the HTML is generated. Because of the latter point, we can't rely on the accessibility features of the SVG image, we need to maintain some info here in the README.rst file. Change-Id: I1ca4a4d84cbb87c696b98d2d1d14f9ef792fcff6
* 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/3462d6f4e23cdccc6d239311d224b61c\n' Change-Id: I0d1bcd680bd3cb7728997d5a059d1bc0f621da01
* Fix warnings in glanceclient READMEkairat_kushaev2016-02-011-1/+1
| | | | | | | | | | | | README.rst file for functional tests and glanceclient itself raises some warnings when passing these docs through REST validator and build the doc: - Need additional empty line to provide correct indent in cloud.yaml example - Title should be with the same length as overline. The patch fixes these warnings. Change-Id: I2e2ef6f838ee639d1a88256b6e321181a62cc76b
* improve readme contentsricolin2015-10-151-3/+26
| | | | | | Add more information in README.rst Change-Id: I843b850702606102cbb6a6a6ec47fd90b92704f6
* 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
* 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: Id72a42c640b02df3991bafc369ffc38aad1135d4
* Simplify docs and provide 'News' on index.rstBrian Waldon2012-08-151-35/+3
| | | | | | | | * The index page is now a set of release notes and a quickstart guide * Shrink the README (pypi doc page) and move it into the doc site * Drop the link to the autoindex module docs Change-Id: I276b1228ba4006279c112eb487dcde9e45c4f344
* Update README usage examplesBrian Waldon2012-07-171-49/+12
| | | | | | | | * Update the python snippet to reflect reality * Fix broken links * Remove superfluous text Change-Id: I4b7e9aae35cc49e5fa89ca33d2399784c2afd029
* Further cleanupBrian Waldon2012-03-261-48/+24
| | | | | * README is now relevant * Auth now properly skipped with os-image-url and os-auth-token provided
* Basic get/list operations workBrian Waldon2012-03-261-15/+7
| | | | | * 'glance image-list' and 'glance image-show' work * Set up tests, pep8, venv
* Initial checkin for new CLI and client packageJay Pipes2012-02-291-0/+109
Copied mostly from python-keystoneclient with some Glance-specific stuff. README.rst shows what WILL be the way to do things, not what is currently coded :)