summaryrefslogtreecommitdiff
path: root/openstackclient/object/v1/lib
Commit message (Collapse)AuthorAgeFilesLines
* Bring RESTApi closer to ithe imminent keystoneclient.SessionDean Troyer2013-12-032-23/+21
| | | | | | | Prepare to use the (soon to be) common Session from keystoneclient * Rework RESTApi to eventually be a subclass of keystoneclient.Session Change-Id: I68e610f8b19a3f6267a93f7bf3de54a228be68aa
* Add object-store show commandsDean Troyer2013-09-262-0/+87
| | | | | | | * Add lib.container.show_container() and lib.object.show_object() * Add container and object show commands Change-Id: I963d664c55b59739453345f0f353aa2eaf1bf70e
* Object API commands using our REST API layerDean Troyer2013-08-283-0/+186
* Add object-store API to ClientManager * Add object-store client * Add Object API library in openstackclient.object.v1.lib * Add Object API {container,object} list commands * Add library tests * Add command tests This should complete the Object v1 container and object list commands Change-Id: Ib1770d45efa8871959826b85faafa1e0bcef0a03