summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_imagecache.py
Commit message (Expand)AuthorAgeFilesLines
* libvirt: Moving tests under tests/virt/libvirtRick Harris2013-05-211-972/+0
* Merge "Optimize instance queries in compute manager"Jenkins2013-05-191-2/+3
|\
| * Optimize instance queries in compute managerHans Lindgren2013-05-081-2/+3
* | Import latest log module from osloAndrew Laski2013-05-031-1/+1
|/
* Remove unnecessary LOG initialisationStanislaw Pitucha2013-04-101-2/+0
* Clean unused kernels and ramdisks from image cacheMark McLoughlin2013-02-231-5/+22
* Fix broken logging imports.Vishvananda Ishaya2013-02-191-6/+5
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-2/+2
* libvirt: Use uuid for instance directory nameMichael Still2013-02-201-5/+8
* Removed print stmts in test casesGiampaolo Lauria2013-01-291-1/+0
* fix misspellings in logs, comments and testsPádraig Brady2013-01-211-2/+2
* Move global service networking opts to new moduleMark McLoughlin2013-01-091-1/+1
* Move manager options into nova.serviceMark McLoughlin2013-01-091-1/+1
* Conductor instance_get_all replaces _by_filtersDan Prince2013-01-071-1/+1
* Merge "Move instance_get_*() to conductor"Jenkins2013-01-041-2/+5
|\
| * Move instance_get_*() to conductorDan Smith2013-01-041-2/+5
* | Remove unused importsJoe Gordon2012-12-271-1/+0
|/
* Use fixtures library for nova test fixtures.Monty Taylor2012-12-071-1/+1
* Move imagecache code from nova.virt.libvirt.utilsMark McLoughlin2012-11-281-10/+12
* Detect shared storage; handle base cleanup better.Michael Still2012-11-211-7/+10
* Merge "Handle image cache hashing on shared storage."Jenkins2012-11-201-24/+26
|\
| * Handle image cache hashing on shared storage.Michael Still2012-11-141-24/+26
* | Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+2
* | Remove nova.config.CONFMark McLoughlin2012-11-201-1/+2
* | Remove nova.flagsMark McLoughlin2012-11-171-1/+0
|/
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-17/+17
* Don't verify image hashes if checksumming is disabled.Michael Still2012-11-061-0/+24
* Remove database usage from libvirt imagecache moduleDan Smith2012-10-241-57/+78
* maint: libvirt imagecache: remove redundant interpreter specPádraig Brady2012-07-291-1/+0
* Switch to common logging.Andrew Bogott2012-07-021-3/+3
* Fix several PEP-8 issuesSascha Peilicke2012-06-261-1/+1
* vm state and task state managementYun Mao2012-06-211-2/+10
* Update libvirt imagecache to support resizes.Dan Prince2012-06-061-7/+35
* Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-1/+0
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-1/+1
* Provide a transition to new .info files.Michael Still2012-05-111-0/+17
* Minor help text related changesMandar Vaze2012-05-101-2/+0
* Move image checksums into a generic file.Michael Still2012-04-271-51/+150
* Make the filename that image hashes are written to configurable.Michael Still2012-04-261-0/+71
* Introduced flag base_dir_name. Fixes bug 973194Mandar Vaze2012-04-241-3/+5
* Improve grammar throughout nova.Paul McMillan2012-04-101-1/+1
* Fix traceback in image cache manager.Chuck Short2012-04-041-0/+5
* Merge "Touch in use image files when they're checked."Jenkins2012-03-291-0/+4
|\
| * Touch in use image files when they're checked.Michael Still2012-03-291-0/+4
* | Base image signature files are not images.Michael Still2012-03-291-0/+1
|/
* A missing checksum does not mean the image is corrupt.Michael Still2012-03-271-0/+3
* Don't use glance when verifying images.Michael Still2012-03-091-56/+30
* Add utils.tempdir() context manager for easy temp dirsJohannes Erdfelt2012-02-281-140/+92
* Improve unit test coverage per bug/934566.Michael Still2012-02-231-0/+168
* Improve unit test coverage per bug/934566.Michael Still2012-02-231-13/+153