summaryrefslogtreecommitdiff
path: root/openstackclient/image/v1
Commit message (Expand)AuthorAgeFilesLines
* Blacken openstackclient.imageStephen Finucane2023-05-101-66/+145
* Remove 'get_osc_show_columns_for_sdk_resource' duplicatesStephen Finucane2021-10-211-6/+7
* stop image downloads to memorySimon Merrick2020-11-251-1/+5
* Complete switch from glanceclient to SDK for image serviceArtem Goncharov2020-03-241-65/+73
* Replace six.iteritems() with .items()lihaijing2020-01-091-3/+2
* Use cliff formattable columns in image commandsAkihiro Motoki2019-06-221-15/+18
* Remove deprecated image commandsDean Troyer2019-05-191-28/+2
* Remove code migrated to osc-lib long agoDean Troyer2019-05-161-1/+1
* Clean up W503 and E402 pep8 errorsSean McGinnis2018-04-151-5/+5
* Accept 0 for --min-disk and --min-ramShogoAdachi2017-10-201-2/+4
* Merge "To display image size in human friendly format"Jenkins2017-06-011-0/+9
|\
| * To display image size in human friendly formatBadhmapriya Boopalan2017-01-111-0/+9
* | openstack image create : --file and --volume exclude each otherDavid Rabel2017-02-241-2/+3
* | Update container format choicesBrian Rosmaita2017-01-231-6/+10
* | Add ploop to supported disk formatsMikhail Feoktistov2016-12-151-1/+1
* | Merge "Sort list images by name by default"Jenkins2016-12-021-1/+2
|\ \
| * | Sort list images by name by defaultVijendra Soni2016-11-211-1/+2
* | | clean up image choices and help textSteve Martinelli2016-11-231-7/+8
| |/ |/|
* | Merge "Show disk format vhdx in help"Jenkins2016-11-221-1/+1
|\ \
| * | Show disk format vhdx in helpJaspreet Singh Rawel2016-11-111-1/+1
| |/
* | translate all command help strings3.4.0Steve Martinelli2016-11-171-6/+6
|/
* image list: Add Checksum columnMarc Abramowitz2016-07-111-0/+2
* Make set/unset commands in compute/image/common return normally when nothing ...Tang Chen2016-06-211-4/+0
* Standardize logger usageTang Chen2016-06-201-12/+11
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: parseractionsDean Troyer2016-06-131-2/+2
* osc-lib: utilsDean Troyer2016-06-131-1/+2
* Fix i18n support for help and log.warning in imageXiaoyang Zhang2016-05-191-63/+65
* Fix return value of "image set" commandTang Chen2016-02-291-1/+1
* Fixed a bunch of spacingBrandon Palm2016-02-231-4/+4
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-30/+4
* Change --owner to --project in image commandsDean Troyer2016-01-151-11/+54
* Trivial: Remove useless return from files in image and volumeTang Chen2015-12-181-2/+0
* Add status column for "openstack image list"xiexs2015-11-291-2/+7
* Merge "image set should not show the resource"Jenkins2015-10-081-7/+3
|\
| * image set should not show the resourceSteve Martinelli2015-10-061-7/+3
* | Image fix bug with --volumeNiallBunting2015-09-181-12/+14
|/
* Merge "Move update code from image create command"Jenkins2015-07-021-38/+104
|\
| * Move update code from image create commandMarek Aufart2015-07-021-38/+104
* | Add functional tests for image setTerryHowe2015-06-161-0/+3
|/
* Add missing properties to image set commandAmey Bhide2015-05-251-1/+24
* Fix tiny typo in comment messageLin Yang2015-04-301-1/+1
* Merge "Handle the pagination for image list"1.1.0Jenkins2015-04-201-1/+11
|\
| * Handle the pagination for image listTerryHowe2015-04-201-1/+11
* | Fix skipped image create attribute location attrMarek Aufart2015-04-171-1/+1
|/
* Add sort support to image listzhiyuan_cai2015-02-061-0/+10
* Add filter to image listDean Troyer2015-01-271-11/+85
* Begin low-level API for Image v1 and v2Dean Troyer2015-01-201-2/+23
* Command doc: imageSteve Martinelli2015-01-091-10/+10
* add multi-delete support for compute/image/net/volumewanghong2014-12-231-8/+10