Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow image upload from local file to v1 API | Adam Gandelman | 2012-07-03 | 1 | -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-list | Dean Troyer | 2012-04-24 | 1 | -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 errors | Brian Waldon | 2012-04-03 | 1 | -0/+2 | |
| | | | | Change-Id: I7c0ffb5626ee030fca7daf8ae10cb17e221e2133 | |||||
* | image membership management works | Brian Waldon | 2012-04-03 | 1 | -12/+49 | |
| | ||||||
* | Adding support for passing image data through cli | Brian Waldon | 2012-04-03 | 1 | -2/+13 | |
| | ||||||
* | Image update works | Brian Waldon | 2012-04-03 | 1 | -1/+51 | |
| | ||||||
* | More complete image creation | Brian Waldon | 2012-04-03 | 1 | -6/+58 | |
| | ||||||
* | Adding image-create action | Brian Waldon | 2012-04-03 | 1 | -5/+17 | |
| | ||||||
* | Image members bones | Brian Waldon | 2012-04-02 | 1 | -0/+0 | |
| | ||||||
* | Basic get/list operations work | Brian Waldon | 2012-03-26 | 1 | -0/+38 | |
* 'glance image-list' and 'glance image-show' work * Set up tests, pep8, venv |