summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merging trunkRick Harris2011-03-241-14/+16
|\
| * Adds unit test coverage for XenAPI Rescue & Unrescue.Josh Kearney2011-03-241-5/+2
| |\
| | * Merged trunkJosh Kearney2011-03-241-4/+5
| | |\
| | * \ Merged trunkJosh Kearney2011-03-241-0/+9
| | |\ \
| | * | | Small refactorJosh Kearney2011-03-241-5/+2
| * | | | libvirt driver multi_nic support. In this phase libvirt can work with and wit...Ilya Alekseyev2011-03-241-5/+9
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | style and spacing fixedIlya Alekseyev2011-03-241-1/+1
| | * | | trunk merged. conflicts resolvedIlya Alekseyev2011-03-241-7/+84
| | |\ \ \ | | | | |/ | | | |/|
| | * | | small fixEldar Nugaev2011-03-241-1/+1
| | * | | migration gateway_v6 to network_infoEldar Nugaev2011-03-241-5/+9
| * | | | Fixes a bug that was causing tests to fail on OS X by ensuring that greenthre...termie2011-03-241-4/+5
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | fix utils.execute retries for osxtermie2011-03-231-4/+5
| | |/ /
* | | | Merging trunkRick Harris2011-03-241-7/+84
|\| | |
| * | | Merged with conflict and resolved conflict (with my own patch, no less)Justin Santa Barbara2011-03-241-0/+8
| |\ \ \ | | | |/ | | |/|
| | * | Offers the ability to run a periodic_task that sweeps through rescued instanc...Josh Kearney2011-03-241-0/+8
| | |\ \
| | | * | Better method nameJosh Kearney2011-03-231-3/+3
| | | * | Added docstringJosh Kearney2011-03-231-0/+1
| | | * | Automatically unrescue instances after a given timeoutJosh Kearney2011-03-231-0/+7
| | | |/
| * | | Merged with lp:nova, fixed conflictsJustin Santa Barbara2011-03-231-7/+67
| |\| |
| | * | Remove unused global semaphore.Soren Hansen2011-03-221-1/+0
| | * | Make synchronized decorator not leak semaphores, at the expense of not being ...Soren Hansen2011-03-221-5/+13
| | * | Make synchronized support both external (file based) locks as well as interna...Soren Hansen2011-03-221-7/+60
| | |/
| * | Merged with lp:novaJustin Santa Barbara2011-03-221-28/+36
| |\|
| * | Added space in between # and TODO in #TODOJustin Santa Barbara2011-03-221-1/+1
| * | Renamed check_instance -> check_isinstance to make intent clearerJustin Santa Barbara2011-03-221-1/+1
| * | Initial implementation of refresh instance statesJustin Santa Barbara2011-03-141-0/+9
* | | Filtering images by user_id nowRick Harris2011-03-231-0/+6
* | | Pep8 fixRick Harris2011-03-221-1/+1
* | | Merging trunkRick Harris2011-03-221-22/+18
|\ \ \ | | |/ | |/|
| * | Make utils.execute not overwrite std{in,out,err} args to Popen on retries.Soren Hansen2011-03-171-10/+15
| |\ \
| | * | Make utils.execute not overwrite std{in,out,err} args to Popen on retries.Soren Hansen2011-03-141-10/+15
| | |/
| * | Log the use of utils.synchronized.Josh Kearney2011-03-161-0/+3
| |\ \
| | * | Add logging to lock checkJosh Kearney2011-03-151-0/+3
| | |/
| * | merge lp:nova and resolve conflictsMark Washenberger2011-03-161-6/+18
| |\ \
| * \ \ merge lp:novaMark Washenberger2011-03-101-26/+36
| |\ \ \ | | | |/ | | |/|
| * | | merge, resolve conflicts, and update to reflect new standard deserialization ...Mark Washenberger2011-03-091-14/+23
| |\ \ \
| * \ \ \ merge lp:nova and resolve conflictsMark Washenberger2011-03-091-2/+18
| |\ \ \ \
| * | | | | remove ensure_b64_encodingMark Washenberger2011-03-041-12/+0
* | | | | | Adding BASE_IMAGE_ATTRS to ImageServiceRick Harris2011-03-221-0/+36
| |_|_|_|/ |/| | | |
* | | | | Use random.SystemRandom for easy secure randoms, configurable symbol set by d...Justin Santa Barbara2011-03-151-10/+16
* | | | | Clarify the logic in using 32 symbolsJustin Santa Barbara2011-03-141-3/+4
* | | | | Don't generate insecure passwords where it's easy to use urandom insteadJustin Santa Barbara2011-03-141-5/+10
| |_|_|/ |/| | |
* | | | PEP8Soren Hansen2011-03-101-3/+3
* | | | Merge trunkSoren Hansen2011-03-091-18/+27
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixes bug 726359. Passes unit tests.Eric Windisch2011-03-091-14/+23
| |\ \ \ | | |_|/ | |/| |
| | * | execvp passes pep8Eric Windisch2011-03-091-9/+10
| | * | Fixes uses of process_inputEric Windisch2011-03-091-2/+2
| | * | execvp: unit tests passEric Windisch2011-03-091-0/+1
| | * | execvp: almost passes testsEric Windisch2011-03-091-6/+13
| | * | execvpEric Windisch2011-03-081-8/+8