summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update READMEDean Troyer2015-03-091-80/+28
| | | | | | Re-orient README toward end-users Change-Id: I4623832dde72a7ae0eeadf09429402521771dd35
* Cleanup README.rstSteve Martinelli2014-07-311-4/+5
| | | | | | | | | There are two harmless typos in the README.rst 'OpenStackclient' => 'OpenStack Client' 'python-*client' => the '*' is being interpreted as a link Change-Id: Ie813e220c3c150f46edb2c93f94e8bb78bdb0013 Closes-Bug: #1350518
* Remove keyring support from openstackclientAlex Gaynor2014-07-041-5/+1
| | | | | | | | * The encryption it purports to offer is completely insecure. * It also appears to be broken. Closes-Bug: #1319381 Change-Id: Id15ecfbbfd15f142b14c125bfd85afd5032699ac
* Fixed several typos throughout the codebaseAlex Gaynor2014-05-211-1/+1
| | | | Change-Id: I048ee857fc1215fea7f60978364894e1b5abdf66
* Fixed spelling error, compatability to compatibilityAlex Holden2014-03-071-1/+1
| | | | Change-Id: I72c1254666a741ffe1070cf8275af889fa323f52
* Update release notes for 0.3.1Dean Troyer2014-02-271-16/+24
| | | | | | | | * update README * update man page * fix doc errors Change-Id: I5682654bf482289879c8ba9016e348f2b2782971
* Closes-Bug: #1262322 Make links clickableTerry Howe2013-12-251-14/+17
| | | | Change-Id: I61302ff5274cdaa09801cb9b0dc9bfd353ac687f
* Merge "Prep for 0.2 release (0.2.rc1)"0.2.rc1Jenkins2013-08-011-0/+7
|\
| * Prep for 0.2 release (0.2.rc1)Dean Troyer2013-08-011-0/+7
| | | | | | | | | | | | | | | | * rename HACKING to HACKING.rst and refer to the common OpenStack HACKING file * add the barest of pointers to the wiki, etc. to the source docs * add a bare-bones man page Change-Id: I80e5b972af645f14ef17ae87f182ab09cb08dabe
* | Remove tenant round 1 - global optionsDean Troyer2013-07-311-3/+3
|/ | | | | | | | | Change the global auth options to use 'project', leave the original tenant options in place but silent for compatability with the existing project CLI auth options. This is the only compatibility for tenant usage in this changeover. Change-Id: I3cce6e552f18822cc9f445ec5f301b0f5d9003f8
* Updated README to reflect latest changes.Josh Kearney2013-01-291-36/+24
| | | | Change-Id: I996d5c0ec6e480fcbdc546bad238eee2e20504d6
* Clean up test environment and remove unused imports.Josh Kearney2013-01-221-1/+0
| | | | | | First round of adding more complete unit test coverage. Change-Id: Ic1979c499ca6fcb784892a95954a3527539c4e53
* Document the use of keyring.Bhuvan Arumugam2012-08-221-1/+5
| | | | | | | | * README.rst Document the option --os-use-keyring, and environment variable OS_USE_KEYRING, to enable keyring. Change-Id: I54ceb2d2692fecca328da16f6ed14db8d09a6eb7
* Secure password prompt (docs)Dolph Mathews2012-07-131-2/+5
| | | | Change-Id: I879a8aba13318f1dd660a487cbd1fd20c7ae659b
* Move docs to doc.Clark Boylan2012-06-111-2/+2
| | | | | | | | | 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: I925e687254bac9e06c2c520f4fc35a083e21c4ca
* minor fixesMatt Joyce2012-05-291-1/+1
| | | | Change-Id: Ib5601e1a932e0bfaa0341909416415d1e81ee915
* Documented python setup.py developLorin Hochstein2012-05-211-0/+5
| | | | Change-Id: Ic17f17e6c80f54a633676b7e17a899748038f8d6
* Added :: to readme.rst to format correctly.Lorin Hochstein2012-05-161-2/+2
| | | | | | Also zapped a trailing bit of whitespace Change-Id: I49d0306c0e73f096d091c27ba54705d9dbe9c0ca
* Document how to install the clientLorin Hochstein2012-05-161-4/+10
| | | | | | This documents a workaround for bug 993390. Change-Id: I6d930aa9ad142096cdc2790df4be31f0b1570199
* Updating Readme DocumentMatt Joyce2012-05-141-1/+54
| | | | Change-Id: I0c0f5c86b0bfa96ab4d7236eb2e7e7efab6fbac0
* Add token auth to shell and READMEDean Troyer2012-04-271-12/+28
|
* First commitDean Troyer2012-04-181-0/+41