summaryrefslogtreecommitdiff
path: root/glanceclient/v1/shell.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow image upload from local file to v1 APIAdam Gandelman2012-07-031-2/+12
| | | | | | | Allow an image to be read from a local file as an alternative to stdin (which remains the default). Change-Id: I81070ded9c505df7924c4efd5ae54cf3c0fa534d
* Add fields to image-listDean Troyer2012-04-241-1/+2
| | | | | | | Fields were missing from image-list that were present in the old index: 'Disk Format', 'Container Format', 'Size' Change-Id: Ia86caec1938560c56292c0f3028ee48e774d0057
* Fixing pep8 errorsBrian Waldon2012-04-031-0/+2
| | | | Change-Id: I7c0ffb5626ee030fca7daf8ae10cb17e221e2133
* image membership management worksBrian Waldon2012-04-031-12/+49
|
* Adding support for passing image data through cliBrian Waldon2012-04-031-2/+13
|
* Image update worksBrian Waldon2012-04-031-1/+51
|
* More complete image creationBrian Waldon2012-04-031-6/+58
|
* Adding image-create actionBrian Waldon2012-04-031-5/+17
|
* Image members bonesBrian Waldon2012-04-021-0/+0
|
* Basic get/list operations workBrian Waldon2012-03-261-0/+38
* 'glance image-list' and 'glance image-show' work * Set up tests, pep8, venv