summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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