summaryrefslogtreecommitdiff
path: root/glanceclient/v1/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Stop to use the __future__ module.Hervé Beraud2020-06-021-2/+0
* Trivial: fix image format typoLucian Petrut2019-07-301-1/+1
* Update hacking versionjacky062019-03-271-4/+4
* help text for container_format, disk_formatM V P Nitesh2017-07-061-2/+3
* Replace six.iteritems() with .items()ji-xuepeng2017-02-081-2/+1
* Add ploop in disk_formatEvgeny Antyshev2017-01-191-1/+1
* Fixed grammar in image-download command descriptionIhar Hrachyshka2016-06-011-1/+1
* Add period in help messageAtsushi SAKAI2015-09-191-1/+1
* Require disk and container format on image-createGorka Eguileor2015-08-141-0/+2
* Merge "Add parameter 'changes-since' for image-list of v1"Jenkins2015-06-151-1/+7
|\
| * Add parameter 'changes-since' for image-list of v1Fei Long Wang2015-05-061-1/+7
* | Merge "Check image-download for redirection"Jenkins2015-05-251-3/+8
|\ \ | |/ |/|
| * Check image-download for redirectionCindy Pallares2015-05-051-3/+8
* | Merge "Correct help messages for image-update command"0.18.0Jenkins2015-04-181-2/+4
|\ \ | |/ |/|
| * Correct help messages for image-update commandAbhishek Talwar2015-03-191-2/+4
* | Import sys moduleJimmy McCrory2015-03-141-0/+1
* | Merge "Show error on trying to upload to non-queued image"Jenkins2015-03-041-0/+18
|\ \
| * | Show error on trying to upload to non-queued imageLouis Taylor2015-02-191-0/+18
| |/
* | Merge "Glance image delete output"Jenkins2015-02-201-0/+3
|\ \ | |/ |/|
| * Glance image delete outputAbhishek Talwar2015-02-171-0/+3
* | Change oslo.utils to oslo_utilsLouis Taylor2015-02-051-2/+2
* | Merge "Use utils.exit rather than print+sys.exit"Jenkins2015-02-051-5/+4
|\ \
| * | Use utils.exit rather than print+sys.exitLouis Taylor2015-02-031-5/+4
* | | Merge "Disable progress bar if image is piped into client"Jenkins2015-02-041-3/+6
|\ \ \
| * | | Disable progress bar if image is piped into clientLouis Taylor2015-01-061-3/+6
| | |/ | |/|
* | | Merge "Add validation to --property-filter in v1 shell"Jenkins2015-02-041-0/+4
|\ \ \ | |_|/ |/| |
| * | Add validation to --property-filter in v1 shellLouis Taylor2015-01-081-0/+4
| |/
* | Remove openstack.common.strutilsLouis Taylor2015-01-271-2/+4
* | Make non-boolean check strictCindy Pallares2015-01-061-5/+8
|/
* '--public' ignored on image createStuart McLaren2014-10-081-5/+0
* Remove deprecated commands from shellCindy Pallares2014-08-121-10/+2
* Use a correctly formatted example location in helpStuart McLaren2014-07-161-2/+6
* Convert passed integer values into int in v1 shellCindy Pallares2014-06-121-9/+9
* Fix help text in image-createJuan Manuel Olle2014-06-031-1/+1
* Merge "Improve help strings"Jenkins2014-03-161-2/+2
|\
| * Improve help stringsAndreas Jaeger2014-02-261-2/+2
* | Only show progress bar for local image filesJon Bernard2014-01-311-1/+2
|/
* Using common method 'bool_from_string' from oslo strutilsllg82122014-01-241-5/+10
* Python 3: use six.iteritems() instead of iteritems()Yassine Lamgarchal2014-01-091-1/+2
* Get better format for long lines with PrettyTableFei Long Wang2014-01-061-3/+6
* Fix and enable gating on H306Dirk Mueller2013-12-161-2/+2
* Merge "Replace OpenStack LLC with OpenStack Foundation"Jenkins2013-11-151-1/+1
|\
| * Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
* | Merge "Fix python 3.x related Hacking warnings"Jenkins2013-11-121-10/+12
|\ \
| * | Fix python 3.x related Hacking warningsDirk Mueller2013-08-261-10/+12
* | | Add CLI for V2 image create, update, and uploadeddie-sheffield2013-10-021-30/+1
| |/ |/|
* | Fix glanceclient usage inconsistences for optionsGabe Westmaas2013-08-251-5/+5
|/
* Revert "removed deprecated parameter --public"Dean Troyer2013-08-191-1/+6
* Merge "removed deprecated parameter --public"Jenkins2013-08-191-6/+1
|\
| * removed deprecated parameter --publicChristian Berendt2013-07-301-6/+1