summaryrefslogtreecommitdiffstats
path: root/nova/tests/image
Commit message (Expand)AuthorAgeFilesLines
* Fix EC2 RegisterImage ImageLocation starts with /Avinash Prasad2013-05-281-5/+28
* Fix flakey TestS3ImageService bugChris Yeoh2013-04-291-1/+1
* Map internal S3 image state to EC2 API valuesChris Yeoh2013-04-181-1/+36
* Reset ec2 image cache between S3 tests.Dan Prince2013-03-221-0/+2
* delete deleted image 500 bugBrant Knudson2013-03-051-0/+8
* Update OpenStack LLC to FoundationKurt Taylor2013-02-264-4/+4
* Merge "Add an extension to show image size."Jenkins2013-02-212-1/+9
|\
| * Add an extension to show image size.Andrew Laski2013-02-192-1/+9
* | Use oslo-config-2013.1b4Mark McLoughlin2013-02-192-3/+3
|/
* Removed print stmts in test casesGiampaolo Lauria2013-01-291-1/+0
* fix misspellings in logs, comments and testsPádraig Brady2013-01-211-2/+2
* Directly copy a file URL from glance.John Bresnahan2013-01-181-0/+37
* fix N402 for nova/testsSean Dague2013-01-092-3/+3
* Move global glance opts into nova.image.glanceMark McLoughlin2013-01-081-0/+17
* Use testr to run nova unittests.Clark Boylan2012-12-141-0/+3
* Move compute opts from nova.configMark McLoughlin2012-11-211-1/+1
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+2
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Remove gen_uuid()Zhongyue Luo2012-11-141-2/+3
* Merge "Remove custom test assertions."Jenkins2012-11-131-5/+6
|\
| * Remove custom test assertions.Monty Taylor2012-11-101-5/+6
* | Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-16/+14
|/
* Use testtools as the base testcase class.Monty Taylor2012-10-291-1/+1
* add get_location method for imagesJosh Durgin2012-09-182-11/+15
* Clean up handling of project_only in network_getVishvananda Ishaya2012-09-141-1/+2
* Allow connecting to a ssl-based glanceVincent Untz2012-08-271-13/+26
* Adds integration testing for api samplesVishvananda Ishaya2012-08-231-0/+4
* Make glance image service check base exception classesChris Behrens2012-08-211-2/+41
* Rewrite image code to use python-glanceclientBrian Waldon2012-08-133-35/+21
* Tidy up nova.image.glanceBrian Waldon2012-07-303-12/+0
* Use common parse_isotime in GlanceImageServiceBrian Waldon2012-07-301-1/+7
* Refactor glance image service codeChris Behrens2012-07-261-12/+184
* Remove deprecated auth from GlanceImageServiceBrian Waldon2012-07-111-26/+0
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Fix some import ordering HACKING violationsJohannes Erdfelt2012-06-282-2/+2
* Rename GlanceImageService.get to downloadBrian Waldon2012-06-273-16/+7
* Remove GlanceImageService.index in favor of detailBrian Waldon2012-06-273-118/+31
* Remove image service show_by_name methodBrian Waldon2012-06-273-20/+0
* Cleanup of image service codeBrian Waldon2012-06-273-4/+419
* Adds missing 'owner' attribute to image.MotoKen2012-06-271-2/+8
* Remove direct access to glance clientBrian Waldon2012-06-231-2/+2
* _s3_create update only pertinent metadataJohn Tran2012-05-251-0/+59
* Alphabetize imports in nova/tests/Joe Gordon2012-05-182-2/+2
* Replaces exceptions.Error with NovaExceptionAlex Meade2012-05-071-2/+2
* fix bug where nova ignores glance host in imagerefMike Lundy2012-04-041-1/+2
* Handle Forbidden and NotAuthenticated glance exc.Anthony Young2012-03-261-0/+13
* Fix OpenStack CapitalizationJoe Gordon2012-03-152-2/+2
* Merge "Replaces pipelines with flag for auth strategy"Jenkins2012-03-071-1/+1
|\
| * Replaces pipelines with flag for auth strategyVishvananda Ishaya2012-03-061-1/+1