summaryrefslogtreecommitdiff
path: root/nova/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Add utils.tempdir() context manager for easy temp dirsJohannes Erdfelt2012-02-281-0/+14
* Adds temporary chown to sparse_copy.Rick Harris2012-02-271-0/+20
* Clean stale lockfiles on service startup : fixes bug 785955Mike Pittaro2012-02-241-1/+84
* Merge "Add attaching state for Volumes"Jenkins2012-02-231-0/+6
|\
| * Add attaching state for VolumesLiam Kelleher2012-02-201-0/+6
* | Escape apostrophe in utils.xhtml_escape() (lp#872450)Nick Bartos2012-02-201-4/+1
|/
* Support non-UTC timestamps in changes-since filterEoghan Glynn2012-02-171-4/+19
* Allow file logging configJason Kölker2012-02-171-2/+4
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-3/+2
* Merge "Backslash continuations (misc.)"Jenkins2012-02-101-6/+5
|\
| * Backslash continuations (misc.)Zhongyue Luo2012-02-081-6/+5
* | Use named logger when availableJohannes Erdfelt2012-02-081-1/+1
|/
* Fix support for --flagfile argumentJohannes Erdfelt2012-02-071-1/+1
* Merge "Allows nova to read files as root"Jenkins2012-02-061-0/+9
|\
| * Allows nova to read files as rootVishvananda Ishaya2012-02-031-0/+9
* | Re-run nova-manage under sudo if unable to read conffileSoren Hansen2012-02-041-1/+2
|/
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* blueprint nova-image-cache-management phase1Michael Still2012-02-031-0/+8
* Optionally disable file locking.Mark Washenberger2012-02-021-14/+10
* Add support for pluggable l3 backendsBrad Hall2012-02-011-0/+9
* Merge "Fix VPN ping packet length."Jenkins2012-02-011-1/+1
|\
| * Fix VPN ping packet length.Russell Bryant2012-01-311-1/+1
* | Merge "lockfile.FileLock already appends .lock"Jenkins2012-02-011-1/+1
|\ \
| * | lockfile.FileLock already appends .lockJohannes Erdfelt2012-02-011-1/+1
| |/
* | Ties quantum, melange, and nova network modelTrey Morris2012-02-011-6/+1
|/
* Remove utils.runthis().Russell Bryant2012-01-311-5/+0
* Blueprint xenapi-provider-firewall and Bug #915403.Deepak Garg2012-01-241-2/+2
* KVM and XEN Disk Management ParityJohannes Erdfelt2012-01-241-1/+1
* ComputeNode Capacity supportSandy Walsh2012-01-231-0/+2
* scheduler host_manager needs service for filtersChris Behrens2012-01-191-0/+8
* Implement BP untie-nova-network-modelsJason Kölker2012-01-161-3/+11
* Add @utils.deprecated().Kevin L. Mitchell2012-01-101-1/+170
* Refactors utils.load_cached_fileVishvananda Ishaya2012-01-091-10/+16
* Workaround bug 852095 without importing moxVishvananda Ishaya2012-01-061-5/+6
* Bug #912858: test_authors_up_to_date does not deal with capitalized names pro...Armando Migliaccio2012-01-061-1/+1
* Adds workaround check for mox in to_primitiveVishvananda Ishaya2012-01-061-0/+7
* PEP8 type comparison cleanuplzyeval2012-01-041-1/+1
* Merge "Adds running_deleted_instance_reaper task."Jenkins2012-01-031-0/+28
|\
| * Adds running_deleted_instance_reaper task.Rick Harris2012-01-031-0/+28
* | PEP8 remove direct type comparisonslzyeval2012-01-031-9/+8
|/
* Merge "Ensure generated passwords meet minimum complexity"Jenkins2011-12-301-6/+29
|\
| * Ensure generated passwords meet minimum complexityJohannes Erdfelt2011-12-291-6/+29
* | Clean up pylint errors in top-level filesBrian Waldon2011-12-291-2/+1
|/
* 'except:' to 'except Exception:' as per HACKINGJoe Gordon2011-12-271-1/+1
* Bug#898257 abstract out disk image access methodsPádraig Brady2011-12-221-0/+30
* Make UUID format checking more correct.Russell Bryant2011-12-201-2/+4
* Document return type from utils.execute().Russell Bryant2011-12-191-0/+3
* Fixes bug 723235Alvaro Lopez Garcia2011-12-151-0/+14
* Update utils.execute so that check_exit_code handles booleans.Dan Prince2011-12-151-4/+9