summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes a bug in nova.utils, due to Windows compatibility issues.Alessandro Pilotti2012-11-091-2/+10
* Make utils.mkfs() set label when fs=swapArata Notsu2012-11-101-12/+12
* Merge "Switch from FLAGS to CONF in misc modules"Jenkins2012-11-071-12/+12
|\
| * Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-041-12/+12
* | Merge "make utils.mkfs() more general"Jenkins2012-11-061-2/+6
|\ \
| * | make utils.mkfs() more generalPádraig Brady2012-11-061-2/+6
* | | Merge "Increased MAC address range to reduce conflicts"Jenkins2012-11-061-1/+1
|\ \ \ | |/ / |/| |
| * | Increased MAC address range to reduce conflictsUnmesh Gurjar2012-10-311-1/+1
* | | Use uuidutils.is_uuid_like for uuid validationZhongyue Luo2012-11-051-12/+0
| |/ |/|
* | Merge "Move to a more canonicalized output from qemu-img info."Jenkins2012-11-011-0/+38
|\ \ | |/ |/|
| * Move to a more canonicalized output from qemu-img info.Joshua Harlow2012-10-311-0/+38
* | Make nova-rootwrap optionalBrian Elliott2012-10-261-1/+1
|/
* Merge "Migrate to fileutils and lockutils."Jenkins2012-10-261-192/+0
|\
| * Migrate to fileutils and lockutils.Michael Still2012-10-251-192/+0
* | Merge "Remove deprecated root_helper config"Jenkins2012-10-251-14/+2
|\ \
| * | Remove deprecated root_helper configJoe Gordon2012-10-231-14/+2
* | | Merge "SanISCSIDriver SSH execution fixes."Jenkins2012-10-251-2/+2
|\ \ \ | |_|/ |/| |
| * | SanISCSIDriver SSH execution fixes.Yuriy Taraday2012-10-231-2/+2
| |/
* | Merge "Fix bad Log statement in nova-manage"Jenkins2012-10-231-1/+0
|\ \
| * | Fix bad Log statement in nova-manageDavanum Srinivas2012-10-231-1/+0
| |/
* / Move mkfs from libvirt.utils to utilsMate Lakat2012-10-231-0/+21
|/
* Restore SIGPIPE default action for subprocessesThierry Carrez2012-09-201-0/+8
* Adds new volume API extensionsUnmesh Gurjar2012-09-181-0/+12
* Return 400 if create volume snapshot force parameter is invalidRongze Zhu2012-09-131-0/+9
* Stop lock decorator from leaving tempdirs in testsVishvananda Ishaya2012-09-071-6/+6
* Fix synchronized decorator path cleanupJoe Gordon2012-09-061-0/+1
* External locking for image caching.Michael Still2012-08-291-8/+26
* Correct utils.execute() to check 0 in check_exit_codeArata Notsu2012-08-281-9/+8
* Merge "Move ensure_tree to utils"Jenkins2012-08-271-0/+15
|\
| * Move ensure_tree to utilsMichael Still2012-08-261-0/+15
* | Implement project specific flavors APIunicell2012-08-271-1/+3
* | Remove unused permitted_instance_typesJim Fehlig2012-08-241-9/+0
|/
* Merge "Fix spelling typos"Jenkins2012-08-201-1/+1
|\
| * Fix spelling typosJoe Gordon2012-08-161-1/+1
* | Makes sure tests don't leave lockfiles aroundVishvananda Ishaya2012-08-171-7/+14
* | Remove unused importsRongzeZhu2012-08-171-2/+0
|/
* Merge "Improve external locking on Windows"Jenkins2012-08-071-8/+38
|\
| * Improve external locking on WindowsPádraig Brady2012-08-071-8/+38
* | Merge "Solve possible race in semaphor creation"Jenkins2012-08-071-8/+8
|\ \
| * | Solve possible race in semaphor creationStanislaw Pitucha2012-08-061-8/+8
| |/
* | Merge "Move root_helper deprecation warning into execute."Jenkins2012-08-071-7/+8
|\ \ | |/ |/|
| * Move root_helper deprecation warning into execute.Dan Prince2012-08-061-7/+8
* | Merge "Improve external lock implementation"Jenkins2012-08-061-111/+46
|\ \ | |/ |/|
| * Improve external lock implementationStanislaw Pitucha2012-08-041-111/+46
* | Simplify file hashingStanislaw Pitucha2012-08-051-1/+2
|/
* Remove unused importsJoe Gordon2012-08-021-1/+0
* Deprecate root_helper in favor of rootwrap_configThierry Carrez2012-08-011-2/+12
* reduce debugging from utils.trycmd()Pádraig Brady2012-07-301-2/+0
* Merge "Fix wrong regex in cleanup_file_locks."Jenkins2012-07-251-1/+1
|\
| * Fix wrong regex in cleanup_file_locks.Eugene Kirpichov2012-07-231-1/+1