summaryrefslogtreecommitdiff
path: root/glanceclient
Commit message (Expand)AuthorAgeFilesLines
* image-list: add checksum algorithm descriptionChen Hanxiao2018-07-241-1/+1
* Replace 'raise StopIteration' with 'return'Dougal Matthews2018-06-291-1/+1
* update shell tests to not rely on the serialization order of a dictDoug Hellmann2018-06-071-8/+8
* Image show: print human readable string when the virtual size is unknownCyril Roelandt2018-05-312-0/+40
* Merge "Removes unicode 'u' response from "glance image-tag-update""Zuul2018-05-182-0/+67
|\
| * Removes unicode 'u' response from "glance image-tag-update"Abijitha Nadagouda2018-02-022-0/+67
* | Handle HTTP headers per RFC 8187Brian Rosmaita2018-05-172-5/+32
* | Merge "Split glanceclient functional tests"Zuul2018-04-126-16/+75
|\ \
| * | Split glanceclient functional testsBrian Rosmaita2018-03-286-16/+75
| |/
* | Merge "Update local copy of image schema for 2.6"Zuul2018-04-112-2/+6
|\ \
| * | Update local copy of image schema for 2.6Brian Rosmaita2018-04-082-2/+6
* | | Merge "Make image-import fail faster"Zuul2018-04-092-18/+240
|\ \ \
| * | | Make image-import fail fasterBrian Rosmaita2018-04-042-18/+240
| |/ /
* | | Merge "Fix python 3.6 escape char warning"Zuul2018-04-091-1/+1
|\ \ \ | |/ / |/| |
| * | Fix python 3.6 escape char warningEric Harney2017-07-311-1/+1
* | | Make image-create-via-import fail fasterBrian Rosmaita2018-04-042-36/+545
* | | Fix intermittent v2 shell unit test failuresBrian Rosmaita2018-03-291-2/+7
* | | Merge "Remove usage of ordereddict"Zuul2018-03-261-4/+1
|\ \ \
| * | | Remove usage of ordereddictDirk Mueller2018-03-081-4/+1
| | |/ | |/|
* | | Merge "Update properties URL"Zuul2018-03-221-1/+1
|\ \ \
| * | | Update properties URLBrian Rosmaita2018-03-211-1/+1
* | | | Check for container,disk_format on web-downloadBrian Rosmaita2018-03-222-1/+41
|/ / /
* | | Add support for web-download import methodPranaliD2018-03-215-6/+83
|/ /
* | Remove deprecated ssl optionsRui Yuan Dou2018-01-172-23/+0
* | Compare against 'RequestIdProxy.wrapped'Stephen Finucane2018-01-022-6/+5
* | Revise functional testing README fileBrian Rosmaita2017-12-151-8/+17
* | Migrate dsvm functional test jobs to project repoBrian Rosmaita2017-12-141-46/+0
* | Add domain info to functional test clientsBrian Rosmaita2017-12-111-1/+5
* | Merge "image-create-via-import fails with ValueError"Jenkins2017-08-241-1/+4
|\ \
| * | image-create-via-import fails with ValueErrorAbhishek Kekane2017-08-241-1/+4
* | | Merge "Fix image-import call"Jenkins2017-08-241-1/+1
|\ \ \ | |/ / |/| |
| * | Fix image-import callBrian Rosmaita2017-08-181-1/+1
| |/
* | stage call fails with TypeErrorAbhishek Kekane2017-08-171-4/+6
|/
* Add missing docstring2.8.0Erno Kuvaja2017-07-271-0/+1
* Merge "Add image import features to client"Jenkins2017-07-272-2/+133
|\
| * Add image import features to clientErno Kuvaja2017-07-272-2/+133
* | Merge "Validate input args before trying image download"Jenkins2017-07-262-7/+22
|\ \
| * | Validate input args before trying image downloadRavi Shekhar Jethani2017-07-242-7/+22
| |/
* | Merge "Make --profile load from environment variables"Jenkins2017-07-261-5/+7
|\ \
| * | Make --profile load from environment variablesTovin Seven2017-07-241-5/+7
| |/
* | Merge "help text for container_format, disk_format"Jenkins2017-07-251-2/+3
|\ \
| * | help text for container_format, disk_formatM V P Nitesh2017-07-061-2/+3
| |/
* | Removed the --no-ssl-compression parameter which is deprecatedPranaliD2017-07-254-112/+0
* | Merge "Fix 'UnicodeEncodeError' for unicode values in url"Jenkins2017-07-241-38/+57
|\ \ | |/ |/|
| * Fix 'UnicodeEncodeError' for unicode values in urlbhagyashris2017-01-241-38/+57
* | Merge "Replace assertTrue(isinstance()) with assertIsInstance()"Jenkins2017-06-301-1/+1
|\ \
| * | Replace assertTrue(isinstance()) with assertIsInstance()Van Hung Pham2017-06-141-1/+1
* | | turn on warning-is-error in sphinx buildDoug Hellmann2017-06-281-1/+1
* | | add explicit dependency on pyopensslDoug Hellmann2017-06-281-0/+5
* | | Merge "Replace six.iteritems() with .items()"Jenkins2017-06-2811-25/+22
|\ \ \