summaryrefslogtreecommitdiffstats
path: root/nova/compute/monitor.py
Commit message (Expand)AuthorAgeFilesLines
* removing compute monitorBrian Waldon2011-08-021-435/+0
* Fixed incorrect error messageAlex Meade2011-06-071-0/+1
* make all uses of utcnow use our testable utils.utcnowVishvananda Ishaya2011-06-021-1/+1
* use 'is not None' instead of '!= None'Jason Koelker2011-04-181-1/+1
|\
| * use 'is not None' instead of '!= None'Jason Koelker2011-04-181-1/+1
* | Change '== None' to 'is None'Jason Koelker2011-04-181-1/+1
|/
* Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-181-4/+6
* Final few log tweaks, i18n, levels, including contexts, etc.Todd Willey2011-01-041-1/+1
* Apply logging changes as a giant patch to work around the cloudpipe delete + ...Todd Willey2011-01-041-19/+20
* First round of i18n-ifying strings in Novajaypipes@gmail.com2010-12-111-6/+6
* Merge trunk.Soren Hansen2010-11-291-2/+2
|\
| * Make aws_access_key_id and aws_secret_access_key configurableJosh Kearney2010-11-231-2/+2
* | Add a templating mechanism in the flag parsing. Add a state_path flag that w...Soren Hansen2010-11-041-1/+1
|/
* PEP8 cleanup in nova/*, except for tests. There should be no functional chang...Eric Day2010-10-211-60/+51
* rather comprehensive style fixesandy2010-08-161-14/+21
* Remove the tight coupling between nova.compute.monitor and libvirt. TheEwan Mellor2010-07-181-104/+23
* reorder imports spacingJesse Andrews2010-07-151-7/+7
* remove import of vendor since we have PPA nowJesse Andrews2010-07-151-1/+1
* update copyrightsTodd Willey2010-07-151-2/+0
* Removed trailing whitespace from headerVishvananda Ishaya2010-06-231-1/+1
* Updated licensesDevin Carlen2010-06-231-9/+14
* Initial commit of nodemonitorDevin Carlen2010-06-231-0/+511