summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes bug 887402Dean Troyer2011-12-141-5/+7
* Moves find config to utils because it is usefulVishvananda Ishaya2011-12-101-0/+23
* Log it when we get a lockSoren Hansen2011-12-091-0/+7
* remove duplicate netaddr in nova/utilsJoe Gordon2011-12-051-1/+0
* Follow hostname RFCsBrian Lamar2011-11-151-0/+13
* Log the URL to an image_ref and not just the ID.Josh Kearney2011-11-141-1/+4
* Verify security group parametersAhmad Hassan2011-11-111-0/+21
* More spelling fixes inside of novaJoe Gordon2011-11-091-2/+2
* Refactor logging_error into utilsAaron Lee2011-11-091-0/+13
* Merge "Log original dropped exception when a new exception occurs"Jenkins2011-11-031-8/+14
|\
| * Log original dropped exception when a new exception occursJohannes Erdfelt2011-10-311-8/+14
* | Fixes lp883279Matt Dietz2011-10-311-1/+1
|/
* Improve the liveness checking for servicesDavid Subiros2011-10-211-0/+9
* Repartition and resize disk when marked as managed.Rick Harris2011-10-191-1/+4