summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor periodic tasks.Michael Still2013-01-051-6/+53
* Removed unused imports.Chuck Short2012-12-211-3/+0
* Move some opts into nova.utilsMark McLoughlin2012-12-121-2/+8
* Properly scope password optionsMark McLoughlin2012-12-121-5/+15
* Move monkey patch config opts into nova.utilsMark McLoughlin2012-12-111-2/+12
* Merge "Add SSL support to utils.generate_glance_url()."Jenkins2012-11-271-3/+4
|\
| * Add SSL support to utils.generate_glance_url().Josh Kearney2012-11-261-3/+4
* | Add pluggable ServiceGroup monitoring APIsYun Mao2012-11-261-8/+0
|/
* Truncate large console logs in libvirt.Michael Still2012-11-231-0/+21
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+5
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Remove gen_uuid()Zhongyue Luo2012-11-141-5/+0
* 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
|\