summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Address pep8 complaints.Soren Hansen2010-11-231-0/+2
* Merge with trunk.Soren Hansen2010-11-221-0/+1
|\
| * The docs are just going to be wrong for now. I'll file a bug upstream.Todd Willey2010-11-151-7/+0
| * Change how wsgified doc wrapping happens to fix test.Todd Willey2010-11-151-4/+3
| * pep8Todd Willey2010-11-151-0/+1
| * Fix docstrings for wsigfied methods.Todd Willey2010-11-051-0/+8
* | Added a .mailmap that maps addresses in bzr to people's real, preferredSoren Hansen2010-11-111-0/+16
|/
* Change socket type in nova.utils.get_my_ip() to SOCK_DGRAM. This way, we don'...Soren Hansen2010-11-031-2/+2
* More PEP8 fixes that were introduced in the last couple commits.Eric Day2010-10-261-3/+2
* Removes some cruft from sqlalchemy/models.py like unused imports and the unus...Vishvananda Ishaya2010-10-261-7/+3
|\
| * actually remove the conditionalVishvananda Ishaya2010-10-251-7/+3
* | Duplicate the two trivial escaping functions remaining from tornado's code an...Andy Smith2010-10-251-0/+25
|/
* PEP8 and pylint cleanup. There should be no functional changes here, just sty...Eric Day2010-10-211-8/+15
* Revert 64 bit storage and use 32 bit again. I didn't notice that we verify t...Michael Gundlach2010-10-121-1/+1
* 32 bit internal_ids become 64 bit. Since there is no 64 bit native type in S...Michael Gundlach2010-10-121-3/+1
* Fix broken unit testsMichael Gundlach2010-10-041-2/+9
* Revert r312Michael Gundlach2010-10-041-3/+2
* First attempt at a uuid generator -- but we've lost a 'topic' input so i don'...Michael Gundlach2010-09-301-1/+3
* removed second copy of ProcessExecutionErrorVishvananda Ishaya2010-09-121-11/+0
* merged trunkVishvananda Ishaya2010-09-111-2/+58
|\
| * logging for backend is now info instead of errorVishvananda Ishaya2010-09-091-1/+1
| * Lots of fixes to make the nova commands work properly and make datamodel work...Vishvananda Ishaya2010-09-071-2/+16
| * merged trunk, fixed a couple errorsVishvananda Ishaya2010-08-301-1/+6
| |\
| | * Rework virt.xenapi's concurrency model. There were many places where we wereEwan Mellor2010-08-241-0/+8
| | |\
| | | * Move deferredToThread into utils, as suggested by termie.Ewan Mellor2010-08-191-0/+8
| * | | undo change to get_my_ipVishvananda Ishaya2010-08-301-3/+1
| * | | ip addresses work nowVishvananda Ishaya2010-08-301-1/+1
| * | | instance runsVishvananda Ishaya2010-08-301-3/+5
| * | | split volume into service/manager/driverVishvananda Ishaya2010-08-271-8/+15
| * | | merged trunk and fixed merge errorsVishvananda Ishaya2010-08-231-7/+13
| |\| |
| * | | Data abstraction for compute serviceandy2010-08-191-0/+33
| | |/ | |/|
* | | a few formatting fixes and moved exceptionVishvananda Ishaya2010-09-071-12/+5
* | | Better error message on subprocess spawn fail, and it's a ProcessExecutionExc...Justin Santa Barbara2010-08-201-2/+15
| |/ |/|
* | Merged with trunkJustin Santa Barbara2010-08-181-8/+17
|\|
| * rather comprehensive style fixesandy2010-08-161-3/+9
| * Removes requirement of internet connectivity to run api server.Joel Moore joelbm24@gmail.com2010-08-141-5/+9
| |\
| | * Get IP doesn't fail of you not connected to the intetnetJoel Moore joelbm24@gmail.com2010-08-031-5/+9
* | | Merged with trunkJustin Santa Barbara2010-08-081-1/+1
|\| |
| * | oops retry and add extra exception checkVishvananda Ishaya2010-07-281-1/+1
| |/
* | Greater compliance with pep8/pylint style checksJustin Santa Barbara2010-08-081-5/+7
* | Added --fail argument to curl invocations, so that HTTP request fails get sur...Justin Santa Barbara2010-07-291-1/+1
* | Merged with trunkJustin Santa Barbara2010-07-291-2/+15
|\|
| * allow driver to be passed in to auth manager instead of depending solely on flagVishvananda Ishaya2010-07-281-0/+10
| * Expiry awareness for SessionToken.Todd Willey2010-07-261-3/+6
* | Check exit codes when spawning processes by defaultJustin Santa Barbara2010-07-221-3/+8
|/
* use a locally administered mac address so it isn't saved by udevVishvananda Ishaya2010-07-201-1/+1
* reorder imports spacingJesse Andrews2010-07-151-1/+1
* update copyrightsTodd Willey2010-07-151-2/+0
* Merge of DHCP changes including dnsmasq callbacksVishvananda Ishaya2010-07-141-6/+7
|\
| * Fixed the os.environ patch (bogus)Joshua McKenty2010-07-071-1/+1