summaryrefslogtreecommitdiff
path: root/nova/image
Commit message (Expand)AuthorAgeFilesLines
* Correct image_metadata API use of nova.image.glanceJay Pipes2014-07-231-1/+1
* Use oslo.i18nDavanum Srinivas2014-07-184-4/+4
* Merge "Standardization of nova.image.API.download"Jenkins2014-07-161-0/+41
|\
| * Standardization of nova.image.API.downloadJay Pipes2014-07-141-0/+41
* | Fix bad log message with glance client timeoutChris Yeoh2014-07-021-4/+7
* | Deprecate glance_* configuration settingsGary Kotton2014-06-181-25/+42
|/
* Enable flake8 F841 checkingAlexander Bochkarev2014-05-281-1/+1
* Merge "Fix nova image-show with queued image"Jenkins2014-05-271-0/+9
|\
| * Fix nova image-show with queued imageliu-sheng2014-05-221-0/+9
* | Merge "Catch missing Glance image attrs with None"Jenkins2014-05-251-1/+5
|\ \
| * | Catch missing Glance image attrs with NoneAndrew Woodward2014-05-211-1/+5
| |/
* | Align internal image API with volume and networkJay Pipes2014-05-212-0/+147
|/
* Rename NotAuthorized exception to ForbiddenMatt Riedemann2014-04-251-1/+1
* Move _get_locations to module level plus testsJay Pipes2014-04-131-20/+20
* Merge "_translate_from_glance() can cause an unnecessary HTTP request"Jenkins2014-04-031-3/+14
|\
| * _translate_from_glance() can cause an unnecessary HTTP requestChris Buccella2014-03-251-3/+14
* | GlanceImageService static methods to module scopeJay Pipes2014-03-181-71/+72
|/
* Remove bad log message in get_remote_image_serviceJay Pipes2014-03-161-2/+0
* Merge "Revert "Adding image multiple location support""Jenkins2014-03-121-2/+2
|\
| * Revert "Adding image multiple location support"Dan Smith2014-03-121-2/+2
* | Merge "Ensure is_image_available handles V2 Glance API"Jenkins2014-03-121-1/+12
|\ \ | |/ |/|
| * Ensure is_image_available handles V2 Glance APIJay Pipes2014-03-111-1/+12
* | Fix get_download_hander() typoMark McLoughlin2014-03-112-11/+11
|/
* Adding image multiple location supportZhi Yan Liu2014-03-051-2/+2
* Enable flake8 H404 checkingAlexander Bochkarev2014-02-271-4/+2
* Use six.moves.urllib.parse instead of urlparsetanlin2014-02-121-1/+1
* Remove vi modelinesliu-sheng2014-02-035-10/+0
* Small edits on help stringsAndreas Jaeger2014-01-233-15/+16
* Nova-all: Replace basestring by six for python3 compatabilityguohliu2013-10-281-2/+3
* Merge "xenapi: refactor: move UpdateGlanceImage to common"Jenkins2013-10-101-0/+14
|\
| * xenapi: refactor: move UpdateGlanceImage to commonMate Lakat2013-09-231-0/+14
* | Don't wrap Glance exceptions in NovaExceptionsMatt Odden2013-09-261-4/+4
* | Added 'page_size' param to image listSumanth Nagadavalli2013-09-241-1/+1
|/
* Code change for nova support glance ipv6 addressdzyu2013-09-121-3/+12
* Add context information to download pluginsJohn Bresnahan2013-08-273-3/+3
* Pass the destination file name to download modulesJohn Bresnahan2013-08-263-19/+34
* Merge "Fix H501: Do not use locals() for string formatting"Jenkins2013-08-132-4/+5
|\
| * Fix H501: Do not use locals() for string formattingDirk Mueller2013-08-102-4/+5
* | Fix capitalization, it's OpenStackAndreas Jaeger2013-08-121-1/+1
|/
* xenapi: send identity headers from glance pluginJared Culp2013-08-081-9/+12
* Avoid extra glance v2 locations call!Dan Prince2013-08-061-13/+15
* Add plug-in modules for direct downloads of glance locationsJohn Bresnahan2013-08-054-14/+292
* Add identity headers while calling glanceclienticcha.sethi2013-08-011-0/+14
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-262-0/+2
* Merge "Remove locals() from various places."Jenkins2013-07-191-4/+7
|\
| * Remove locals() from various places.Eugene Nikanorov2013-07-171-4/+7
* | Merge "Disable ssl layer compression for glance requests."Jenkins2013-07-181-2/+4
|\ \ | |/ |/|
| * Disable ssl layer compression for glance requests.Stuart McLaren2013-07-171-2/+4
* | Remove trivial cases of unused variables (1)Stanislaw Pitucha2013-06-131-4/+1
|/
* Fix and enable H403 testsDirk Mueller2013-06-121-1/+2