summaryrefslogtreecommitdiff
path: root/openstackclient/image/v2
Commit message (Expand)AuthorAgeFilesLines
...
* Add --marker option to "image list" commandTang Chen2016-02-031-0/+11
* Add limit option to "image list" commandxiexs2016-02-031-0/+8
* Remove marker and loop from "image list" commandTang Chen2016-02-031-10/+1
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-36/+5
* Merge "Initialize activation status"Jenkins2016-01-211-0/+1
|\
| * Initialize activation statusTerry Howe2016-01-191-0/+1
* | Change --owner to --project in image commandsDean Troyer2016-01-151-21/+63
|/
* Add owner validation for "openstack image create/set"xiexs2015-12-211-0/+18
* Add image re/deactivate commandsNiallBunting2015-12-161-2/+30
* Merge "Add --volume to Image `create`"Jenkins2015-12-041-5/+41
|\
| * Add --volume to Image `create`NiallBunting2015-11-201-5/+41
* | Add status column for "openstack image list"xiexs2015-11-291-1/+1
* | Merge "Add --owner to `image create`"Jenkins2015-11-121-3/+7
|\ \
| * | Add --owner to `image create`NiallBunting2015-11-061-3/+7
| |/
* | Fix issue when displaying image_memberlin-hua-cheng2015-10-231-1/+1
|/
* image set should not show the resourceSteve Martinelli2015-10-061-4/+1
* Add tags to `image set`NiallBunting2015-10-061-4/+15
* Clean up Image v2 image set commandDean Troyer2015-10-061-90/+90
* Merge "Glance `image set` Resolve Fracturing"Jenkins2015-09-231-6/+58
|\
| * Glance `image set` Resolve FracturingNiallBunting2015-09-231-6/+59
* | Merge "Use format_list instead of format_dict when listing images"Jenkins2015-09-211-1/+1
|\ \
| * | Use format_list instead of format_dict when listing imagesSteve Martinelli2015-09-211-1/+1
| |/
* | Format an images properties and tagsSteve Martinelli2015-09-211-3/+35
* | Add image create support for image v2Monty Taylor2015-09-211-1/+186
|/
* Merge "add image member commands for image API"Jenkins2015-07-201-0/+80
|\
| * add image member commands for image APIchengkunye2015-07-201-0/+80
* | Fix image save with API v2David Moreau Simard2015-07-151-1/+1
|/
* Add support for v2 image set commandAmey Bhide2015-05-271-0/+137
* Minor fix to openstack image show commandAmey Bhide2015-05-011-1/+1
* Fix tiny typo in comment messageLin Yang2015-04-301-1/+1
* Handle the pagination for image listTerryHowe2015-04-201-1/+11
* Add sort support to image listzhiyuan_cai2015-02-061-0/+10
* Add filter to image listDean Troyer2015-01-271-11/+70
* Begin low-level API for Image v1 and v2Dean Troyer2015-01-201-2/+23
* Command doc: imageSteve Martinelli2015-01-091-4/+4
* add multi-delete support for compute/image/net/volumewanghong2014-12-231-8/+10
* Change help text for image save commandSteve Martinelli2014-09-211-1/+1
* Merge "Add more columns to image list output"Jenkins2014-07-261-1/+11
|\
| * Add more columns to image list outputSteve Martinelli2014-07-251-1/+11
* | Change V2 image tests to actually run V2 image codeSteve Martinelli2014-07-251-1/+1
|/
* replace string format arguments with function parametersChristian Berendt2014-05-201-4/+4
* Remove copyright from empty filesAlexander Ignatov2014-01-201-14/+0
* Complete Image v1Dean Troyer2013-07-181-24/+41
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-4/+0
* Adds image `create` and `delete` functionality.Josh Kearney2013-04-231-1/+22
* Merge "Use the cliff framework's ShowOne as intended for `show image`."Jenkins2013-01-281-18/+15
|\
| * Use the cliff framework's ShowOne as intended for `show image`.Josh Kearney2013-01-241-18/+15
* | Standardize on a copyright header and ensure all files have them.Josh Kearney2013-01-242-1/+15
|/
* Adds Glance API v2 support.Josh Kearney2013-01-162-0/+109