summaryrefslogtreecommitdiff
path: root/openstackclient/shell.py
Commit message (Expand)AuthorAgeFilesLines
...
* Adjust some logging levelsDean Troyer2014-10-241-14/+23
* Clean up shell authenticationDean Troyer2014-10-211-118/+34
* only generate one clientmanager instance in interactive modewanghong2014-10-201-5/+11
* Move plugin stuff to clientmanagerDean Troyer2014-10-131-15/+3
* Support for keystone auth pluginsMatthieu Huin2014-10-091-121/+43
* Remove duplicate env function in shell.pySteve Martinelli2014-10-021-25/+12
* Remove unused reference to keyringSteve Martinelli2014-09-231-2/+0
* Merge "Change app.restapi to app.client_manager.session"Jenkins2014-09-061-8/+0
|\
| * Change app.restapi to app.client_manager.sessionDean Troyer2014-08-251-8/+0
* | Make Identity client load like the othersDean Troyer2014-08-281-36/+19
|/
* Add basic timing supportDean Troyer2014-07-081-0/+33
* Merge "Remove keyring support from openstackclient"Jenkins2014-07-041-43/+0
|\
| * Remove keyring support from openstackclientAlex Gaynor2014-07-041-43/+0
* | trust authenticationMatthieu Huin2014-07-031-2/+26
|/
* Fix PEP8 H405 errorsDean Troyer2014-06-271-3/+2
* Clean up logging levelsDean Troyer2014-06-131-9/+44
* replace string format arguments with function parametersChristian Berendt2014-05-201-2/+3
* Make bash comple command best effort to authorizeTerry Howe2014-03-061-1/+12
* Fix some help stringsAndreas Jaeger2014-02-211-5/+5
* Add support for specifying custom domainsPaul Belanger2014-01-071-6/+57
* Merge "Bring RESTApi closer to ithe imminent keystoneclient.Session"Jenkins2013-12-061-1/+4
|\
| * Bring RESTApi closer to ithe imminent keystoneclient.SessionDean Troyer2013-12-031-1/+4
* | Add return Closes-Bug: 1246356Terry Howe2013-11-271-1/+1
|/
* Expand support for command extensionsDean Troyer2013-11-211-54/+29
* change execute to runTerry Howe2013-11-161-5/+19
* Add options to support TLS certificate verificationDean Troyer2013-10-071-2/+27
* Delay authentication to handle commands that do not require itDean Troyer2013-09-121-11/+17
* Object API commands using our REST API layerDean Troyer2013-08-281-2/+13
* Create a new base REST API interfaceDean Troyer2013-08-231-0/+5
* Change version reporting to use pbr0.2.0Dean Troyer2013-08-021-2/+2
* Merge "Prep for 0.2 release (0.2.rc1)"0.2.rc1Jenkins2013-08-011-1/+1
|\
| * Prep for 0.2 release (0.2.rc1)Dean Troyer2013-08-011-1/+1
* | Remove tenant round 1 - global optionsDean Troyer2013-07-311-9/+25
|/
* Merge "Complete Image v1"Jenkins2013-07-201-2/+2
|\
| * Complete Image v1Dean Troyer2013-07-181-2/+2
* | Add show limits commandDean Troyer2013-07-121-0/+4
|/
* Finish up v3 role commandsSteve Martinelli2013-07-031-1/+14
* Migrate to flake8.Monty Taylor2013-05-161-2/+2
* Fix flake8 errors in anticipation of flake8 patch.Monty Taylor2013-05-141-7/+7
* Merge "Add a simple extension hook"Jenkins2013-03-271-1/+13
|\
| * Add a simple extension hookDean Troyer2013-03-151-1/+13
* | Turn down requests logging levelDean Troyer2013-03-091-0/+7
|/
* Correct the version mapping to image service.Josh Kearney2013-02-191-1/+1
* Add Cinder API V1 SupportSteve Martinelli2013-02-081-0/+11
* Multiple API version supportDean Troyer2013-02-061-9/+63
* Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc.Josh Kearney2013-01-311-35/+37
* Standardize on a copyright header and ensure all files have them.Josh Kearney2013-01-241-12/+10
* Keyring support for openstackclient.Bhuvan Arumugam2012-08-151-0/+44
* If no password in env or command line, try prompting.Ken Thomas2012-06-291-3/+15
* Fix pep8 issues.Clark Boylan2012-06-131-3/+3