summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Replace git.openstack.org URLs with opendev.org URLsjacky062019-04-241-1/+1
| | | | | Change-Id: Ifdc21541715cc03b0f6eac5a27a7ee3009d53046 Closes-Bug: #1826197
* Add release note link in READMEwu.chunyang2018-06-281-0/+2
| | | | Change-Id: I5b9b9c31d58f0e5411d03d9f27991c97f3ad3980
* 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: Ib43759f6e7edc55f13a2466a7c6098cca883df39
* Trivial: Update pypi url to new urlTovin Seven2018-04-201-4/+4
| | | | | | | | | Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I5d7b250d0281883b91e80c83fd0af352b8846b43
* Update links in READMEmelissaml2018-03-111-2/+2
| | | | | | Change the outdated links to the latest links in README Change-Id: I19a9ece589e8412bf1dc31742c22ae8ae31acc79
* Update URLs in documents according to document migrationmelissaml2017-07-141-1/+1
| | | | Change-Id: Ie0a8594f2dd0554a07111207899e6134affc998e
* Use https for *.openstack.org referencesEric Brown2017-02-051-5/+5
| | | | | | | The openstack.org pages now support https and our references to the site should by default be one signed by the organization. Change-Id: Ia6cdaf7fabd1c355df002aa07b0695610dde9cd1
* 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: https://gist.github.com/9ccb4a8d24c50452d5c816c357a4c220 Change-Id: I79ea8e8aafe99d729b7ee64899b6e7342afc40ee
* Update README to comply with Identity V3Joao Paulo Targino2016-06-281-7/+9
| | | | | | | Updated the README instructions to use Identity V3 parameters and removed the reference to the deprecated 2.0 as an auth endpoint. Change-Id: Ia2bb8934277f6386b8c44ce51931b10d937e6bdf
* Updated example in READMETin Lam2016-04-191-1/+5
| | | | | | | | | Update the usage example in the README to a working one shown in [1]. [1] http://paste.openstack.org/show/494514/ Change-Id: Iab2693d82cc2bfeda7cb7634fc5bdeae34cdbb46 Closes-Bug: #1571833
* Add shields.io version/downloads links/badges into README.rstSteve Martinelli2015-09-251-0/+8
| | | | | | | add shield stats for version and downloads so users can see it on pypi. Change-Id: I3ba570ae02288de282283e96af32515939499f2a
* Remove keystoneclient CLI references in READMESteve Martinelli2015-06-291-172/+0
| | | | | | | | The content of this file determines what it shown in pypi, which many end users see. Highlighting our soon to be deprecated CLI as a feature for python-keystoneclient seems illogical. Change-Id: Ia756353f0c58fac245be2e2daaa63ca7831478d1
* Update README.rst and remove ancient referenceSteve Martinelli2015-06-291-12/+23
| | | | | | | | | | There's no need to give a shout out to a project that is going on 6 years old and has been deprecated. Also provide more valuable links, such as where we track bugs, our source code, and docs. Change-Id: I9ea5ca83366f9dc0b2732c5db017257a1250fc05
* Merge "Workflow documentation is now in infra-manual"Jenkins2015-02-101-2/+2
|\
| * Workflow documentation is now in infra-manualJeremy Stanley2015-02-051-2/+2
| | | | | | | | | | | | | | Replace URLs for workflow documentation to appropriate parts of the OpenStack Project Infrastructure Manual. Change-Id: I5b4f7bc5268132b129fc56c919af00d7f9600c9f
* | Remove 404 link to novaclient in READMEBrant Knudson2015-02-081-2/+1
|/ | | | | | | | The README had a link to https://github.com/rackspace/python-novaclient, but this link is 404 now. Change-Id: I538d65d2329ca1b4546e542513b7dbc536e6297f
* use embedded URLs for hyperlinks in the READMEDolph Mathews2014-07-211-11/+8
| | | | | | | | | This switches all hyperlinks to embedded links, from a much more fragile indirect & anonymous approach (which happens to be completely broken on Github). Change-Id: I92700068c7d65b50c76ce6931bff3ebab4844a49 Closes-Bug: 1335968
* help text improvementsAlan Pevec2013-03-081-6/+6
| | | | | | | | | from comments in Ibbc7fab2033d8f037262b465b98d1713579adfc2 v2: synced to the README manpage will be updated in https://review.openstack.org/#/c/20976 Change-Id: I33006a4b935b9272fd99775936a17b3cfd08e294
* sync README with "keystone help"Alan Pevec2013-02-111-3/+18
| | | | | | | There are few new options and --no-cache was renamed to --os-cache in commit d734821c99aade7cd4285a5fd51736c475707dcd Change-Id: Ibbc7fab2033d8f037262b465b98d1713579adfc2
* Fix incomplete sentence in helpDolph Mathews2013-02-061-2/+2
| | | | | | | `keystone help` only pulls a one line summary from docstrings, so this summary needed to be condensed. Change-Id: I9b08c6a8153101b1cc338955078d0d3b6a0aa02e
* Use requests module for HTTP/HTTPSDean Troyer2012-12-181-7/+19
| | | | | | | | | | | | | * Implement correct certificate verification * Add requests to tools/pip-requires * Fix OS_CACERT env var help text * Add info to README * Rework tests to use requests Pinned requests module to < 1.0 as 1.0.2 is now current in pipi as of 17Dec2012. Change-Id: I120d2c12d6f20ebe2fd7182ec8988cc73f623b80
* Misspelling error in README.rstLadquin2012-12-101-4/+4
| | | | | | | | | | Replaced instances of "EC2-compatibile" with "EC2-compatible". Fixes: bug # 1088654 Changes to be committed: modified: README.rst Change-Id: Ic8df5bcabfb6b98377e722607fe3c8cf1cbe8310
* Update README and CLI helpDolph Mathews2012-11-141-51/+60
| | | | | | | | - Provide more verbose help for config options - Suppress deprecated options from help - Updated options & docs in README file Change-Id: Ic0dc2575a15f2cff513c5013266e8f8112e167a2
* removing repeat attempt at authorization in clientJoe Heck2012-11-091-10/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | blueprint solidify-python-api * extended and updated documentation strings * updated README.rst with latest options * made debug a pass-through value, optionally set on client (instead of just being pulled from environment variable) * adding AccessInfo object and associated tests (access.AccessInfo meant to be a cacheable object external to client and ultimately to replace service_catalog and it's existing functionality) * extending authtoken to support lists of endpoints * maintaining a single entity for client.management_url with first from list of possible endpoints * create project_name and project_id synonyms to match tenant_name and tenant_id * replacing authenticate call to a pure method, not overloading the resource/manager path that confuses base URL concepts. * throw AuthorizationFailure if client attempts to access keystone resources before it has a management url * special case listing tenant using auth_url for unscoped tokens authorized through client * special case listing tokens.authenticate for Dashboard to allow unscoped tokens to hand back parity information to dashboard Change-Id: I4bb3a1b6a5ce2c4b3fbcebeb59116286cac8b2e3
* Replace refs to 'Keystone API' with 'Identity API'Dolph Mathews2012-10-241-8/+7
| | | | | | | Formally, OpenStack Keystone implements the OpenStack Identity API, and this is a client to the API, not to Keystone itself. Change-Id: If568866221a29ba041f0f2cd56dc81deeb9ebc00
* Replace obsolete option in READMEAlan Pevec2012-07-061-1/+1
| | | | | | | | | | | commit 1fa29109c2194102b4c79fa7fd7328843af6998e missed this instance because it was missed in the previous parameter rename, in its long interesting naming history: --os-version renamed to --version renamed to -identity_api_version renamed to --os_identity_api_version renamed to --os-identity-api-version Change-Id: I7cb3bb30f9071d5071d424c37f94b032ca93bb2c
* Change CLI options to use dashesDean Troyer2012-06-281-17/+20
| | | | | | | | | | Change documented options to use dashes instead of underscores in option names. Continue to support old underscore names for backward compatibility for a release or two (TBD). Blueprint: command-options Change-Id: Ied0d325a9fdd32f80bf8c993887e1975aa6adf16
* Merge "Split user-role-list from user-list"Jenkins2012-05-031-0/+1
|\
| * Split user-role-list from user-listDolph Mathews2012-03-141-0/+1
| | | | | | | | Change-Id: Id39e178c0ec068afbf5cae2d5bba3cf2238d608e
* | fix parameter name error in exapmlePeng Yong2012-04-011-2/+2
|/ | | | Change-Id: I7e20a82b1cb6a5608043625d4e869a67949af8e7
* Change CLIAuth arg namesDean Troyer2012-03-141-13/+22
| | | | | | | | | | | | | | | | | | Change the argument names used for common Keystone authentication per the updated http://wiki.openstack.org/CLIAuth: --auth_url -> --os_auth_url --password -> --os_password --username -> --os_username --tenant_id -> os_tenant_id --tenant_name -> os_tenant_name --region -> os_region_name All old args are depricated but available for backward compatibility. Fixes bug 954532 Change-Id: I26f8e0cf491549f5836c4079ff86e4823c0ef9a7
* Merge "Help output tweaks, Vol I"Jenkins2012-02-241-15/+22
|\
| * Help output tweaks, Vol IDean Troyer2012-02-221-15/+22
| | | | | | | | | | | | | | | | | | | | | | Fixes bug 936399 and bug 936424 * Refer to 'Identiy API' rather than 'Keystone API' * 'keystone help' and 'keystone --help' now produce the same output, the list of sub-commands * updates README Change-Id: I179149807a0aa66947e4ac17ad2839a653a55888
* | Improve usability of CLI.jakedahn2012-02-231-16/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixes bug #936422 * Fixes bug #932223 * Depends on bcwaldon's review: https://review.openstack.org/#change,4305 * This review proposes making changes outlined in this spreadsheet: https://docs.google.com/spreadsheet/ccc?key=0Ak6TA47h_6fwdGZwRE5WWEJBdEhnckpMTG5RcWFjY3c#gid=0 This cleans up the CLI, normalizing commands and arguments, correcting optional and required arguments and flags. * included https://review.openstack.org/4270 here per Brian's request Note that some commands have changed names to conform to noun-verb form: user-update-password -> user-password-update add-user-role -> user-role-add remove-user-role -> user-role-remove ec2-create-credentials -> ec2-credentials-create ec2-list-credentials -> ec2-credentials-list ec2-delete-credentials -> ec2-credentials-delete token -> token-get Change-Id: I8128fa105a1b8002199211f9e475b1a7a6229b8c
* | Move --version to --identity_api_versionBrian Waldon2012-02-211-2/+3
|/ | | | | | | | * Default to OS_IDENTITY_API_VERSION before KEYSTONE_VERSION * Copy in 'env' function from python-novaclient hat supports multiple env var names * Fixes bug 936162 Change-Id: I3b4013408465ea45788517cb31afb7fc652e6e95
* use full name for args in readmeJesse Andrews2011-12-191-10/+10
|
* typo in commentsJesse Andrews2011-12-171-1/+1
|
* more work on standardization of cliauthJesse Andrews2011-12-171-5/+4
|
* initial pass to cliauth blueprintJesse Andrews2011-12-171-13/+13
|
* Updated the docs a little bit.Gabriel Hurley2011-10-311-2/+2
|
* Fixed a typo... "API" should've been "CLI". Thanks termie. ;-)Gabriel Hurley2011-10-271-1/+1
|
* Initial commit.Gabriel Hurley2011-10-251-0/+93