summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Change memcache config entry name in Keystone to be consistent with Osloxingzhou2013-06-201-2/+2
| | | | | | | | | | | Currently, Keystone-Client is using 'memcache_servers' config option to store the memcache server info, while in OSLO project, it is using 'memcached_servers' to config the same option. It is better to change keystone-client's 'memcache_servers' to 'memcached_servers' to keep consistent between these two projects. Change-Id: I93ca0aa368f95a3ccf6de6984262057e61f75ffe Fixes: Bug 1172793
* Fix memcache encryption middlewareBryan D. Payne2013-06-191-17/+20
| | | | | | | | | | This fixes lp1175367 and lp1175368 by redesigning the memcache crypt middleware to not do dangerous things. It is forward compatible, but will invalidate any existing ephemeral encrypted or signed memcache entries. Change-Id: Ice8724949a48bfad3b8b7c41b5f50a18a9ad9f42 Signed-off-by: Bryan D. Payne <bdpayne@acm.org>
* Provide keystone CLI man page.Jakub Ruzicka2013-06-133-19/+78
| | | | | | | | | | | Resolves: bug 1185142 Implements blueprint: clients-man-pages Provide basic but hopefully useful man page. shell.rst was merged into and replaced by the man page in HTML docs. Change-Id: I0a90e4638cc7e4ed9c02c5abd7d84a4079e5f50d
* adding notes about dealing with exceptions in the clientJoe Heck2013-04-031-0/+4
| | | | Change-Id: I661b10414e0281bc695236bb32f985b0ef5b7600
* Cache tokens using memorycache from oslo.Vishvananda Ishaya2013-03-151-6/+7
| | | | | | | | | | | Verifying tokens accounts for a significant portion of the time taken by the various api servers. This uses the simple memory cache from oslo so that there is a simple default cache even if memcached is not deployed. Also cleans up the tests and removes unnecessary fakes. DocImpact Change-Id: I501c14f2f51da058cb574c32d49dd769e6f6ad86
* Allow configure auth_token http connect timeout.Chmouel Boudjnah2013-02-141-0/+2
| | | | | | - Fixes bug 939613. Change-Id: Ic8cfc36e02212eeb987e509893369c0a47d9209a
* Blueprint memcache-protection: enable memcache value encryption/integrity checkGuang Yee2013-01-153-0/+410
| | | | | | DocImpact Change-Id: I8b733256a3c2cdcf7c2ec5edac491ac4739aa847
* Replace refs to 'Keystone API' with 'Identity API'Dolph Mathews2012-10-244-14/+15
| | | | | | | Formally, OpenStack Keystone implements the OpenStack Identity API, and this is a client to the API, not to Keystone itself. Change-Id: If568866221a29ba041f0f2cd56dc81deeb9ebc00
* Merge "updating base keystoneclient documentation"Jenkins2012-10-013-117/+68
|\
| * updating base keystoneclient documentationJoe Heck2012-10-014-118/+69
| | | | | | | | | | | | | | | | * updated changelog * described CLI authentication for admin and user * tweaked API usage docs a bit with formatting and typos Change-Id: I61c3aab99bb0ecbad1de6d32a767558ca1a2ab5b
* | updating keystoneclient doc themeJoe Heck2012-10-0122-111/+1254
|/ | | | | | | | | | adding in openstack theming enabling last update from git removing old manual references to API, converted entirely to autodoc updated .gitignore fixed docstring warnings and errors Change-Id: Id22ddc446331d52cbf56c3462d8b532fc37f64ac
* Fix PEP8 issues.lrqrun2012-08-291-11/+18
| | | | | | Fix some pep8 issues in doc/source/conf.py make the code looks pretty. Change-Id: Ib1e2f8214ad7f4bc49c8c3dfa016843f8df15fe6
* Change underscores in new cert options to dashesDean Troyer2012-08-221-2/+2
| | | | | | | | | | | | * --os_cacert -> --os-cacert * --os_cert -> --os-cert * --os_key -> --os-key * OS_CA_CERT didn't match --os-cacert, change to OS_CACERT Fixes bug 1040162 Change-Id: Ib03ff492b6ab2b76e54974e5436a444725615ea6
* Support 2-way SSL with Keystone server if it is configured to enforceLiem Nguyen2012-07-031-1/+20
| | | | | | | 2-way SSL. See also https://review.openstack.org/#/c/7706/ for the corresponding review for the 2-way SSL addition to Keystone. Change-Id: If0cb46a43d663687396d93604a7139d85a4e7114
* Change CLI options to use dashesDean Troyer2012-06-281-2/+2
| | | | | | | | | | 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
* Move docs to doc.Clark Boylan2012-06-1116-0/+697
To better facilitate the building and publishing of sphinx documentation by Jenkins we are moving all openstack projects with sphinx documentation to a common doc tree structure. Documentation goes in project/doc/source and build results go in project/doc/build. Change-Id: I205e8bb1ddf6dae1d7392b32975319c6a6d98673