summaryrefslogtreecommitdiff
path: root/openstackclient/object/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright from empty filesAlexander Ignatov2014-01-201-12/+0
| | | | | | | | | According to policy change in HACKING: http://docs.openstack.org/developer/hacking/#openstack-licensing empty files should no longer contain copyright notices. Change-Id: Iba09a00f24dfbd1cd03c1c9f70ea216788e64d93 Closes-Bug: #1262424
* Object API commands using our REST API layerDean Troyer2013-08-281-0/+12
* 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