python-openstackclient/openstackclient/common
Dean Troyer 4bbd03210f Change app.restapi to app.client_manager.session
This is step 1 toward using Keystone client's session.Session as the
primary session/requests interface in OSC.

* Move the session create into ClientManager and rename 'restapi' attribute to 'session'
* Set up ClientManager and session loggers
* Fix container and object command references to restapi/api

Change-Id: I013d81520b336c7a6422cd22c05d1d65655e64f8
2014-08-25 13:38:03 -05:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
clientmanager.py Change app.restapi to app.client_manager.session 2014-08-25 13:38:03 -05:00
commandmanager.py Fix PEP8 H405 errors 2014-06-27 09:12:38 -05:00
exceptions.py Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc. 2013-01-31 13:31:41 -06:00
extension.py Add support to list volume extensions 2014-07-04 14:27:16 -04:00
limits.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
module.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
parseractions.py Fix PEP8 H405 errors 2014-06-27 09:12:38 -05:00
quota.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
restapi.py Add container create and delete support 2014-08-03 03:52:04 -04:00
timing.py Add basic timing support 2014-07-08 02:04:00 -05:00
utils.py Python 3: remove a useless code to safe_encode() 2014-07-04 10:25:53 +02:00