summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | 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
| |/
* | merge lp:novaMark Washenberger2011-03-101-26/+36
|\|
| * PEP8Soren Hansen2011-03-101-3/+3
| * Merge trunkSoren Hansen2011-03-091-18/+27
| |\
| * | Log failed command execution if there are more retry attempts left.Soren Hansen2011-03-071-0/+1
| * | Merge sync branch.Soren Hansen2011-03-011-2/+4
| |\ \
| * \ \ Merge lock_path change.Soren Hansen2011-02-281-1/+4
| |\ \ \
| * \ \ \ Merge sync branch.Soren Hansen2011-02-281-0/+62
| |\ \ \ \
| * \ \ \ \ Merge trunkSoren Hansen2011-02-221-1/+1
| |\ \ \ \ \
| * | | | | | PEP-8 fixesSoren Hansen2011-02-211-6/+6
| * | | | | | Merge trunkSoren Hansen2011-02-191-0/+23
| |\ \ \ \ \ \
| * | | | | | | Introduce IptablesManager in linux_net. Port every use of iptables in linux_n...Soren Hansen2011-02-181-26/+35
* | | | | | | | merge, resolve conflicts, and update to reflect new standard deserialization ...Mark Washenberger2011-03-091-14/+23
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | 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
| | * | | | | | execute: shell=True removed.Eric Windisch2011-02-271-3/+3
* | | | | | | | merge lp:nova and resolve conflictsMark Washenberger2011-03-091-2/+18
|\| | | | | | |
| * | | | | | | Use functools.wraps to make sure wrapped method's metadata (docstring and nam...Soren Hansen2011-03-011-2/+4
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Add a lock_path flag for lock files.Soren Hansen2011-02-281-1/+4
| | |_|_|_|/ | |/| | | |
| * | | | | Add utils.synchronized decorator to allow for synchronising method entrance a...Soren Hansen2011-02-281-0/+11
| |/ / / /
* / / / / remove ensure_b64_encodingMark Washenberger2011-03-041-12/+0
|/ / / /
* | | | Helper function that supports XPath style selectors to traverse an object tre...Justin Santa Barbara2011-02-231-0/+51
|\ \ \ \ | |_|_|/ |/| | |
| * | | Rename minixpath_select to get_from_pathJustin Santa Barbara2011-02-231-12/+12
| * | | Cope when we pass a non-list to xpath_select - wrap it in a listJustin Santa Barbara2011-02-231-1/+7
| * | | Created mini XPath implementation, to simplify mapping logicJustin Santa Barbara2011-02-231-0/+45
| | |/ | |/|
* | | switch to explicit call to logging.setup()Vishvananda Ishaya2011-02-211-1/+1
* | | fixes for various logging errors and issuesVishvananda Ishaya2011-02-201-1/+1
|/ /
* | Uncommitted changes using the wrong author, and re-committing under the corre...Ed Leafe2011-02-171-1/+60
|\|
| * Use eventlet.green.subprocess instead of standard subprocessSoren Hansen2011-02-141-1/+1
| * Fix PEP8 violationsSuperStack2011-02-091-0/+1
| * Fixes for Vish & Devin's feedbackJustin Santa Barbara2011-02-041-0/+35
|/
* Fixed formatting issues in current codebase.Ed Leafe2011-01-271-2/+2
* merged r621Nachi Ueno2011-01-261-1/+1
|\
| * Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-181-3/+5
* | get_my_linklocal raises exceptionNachi Ueno2011-01-191-5/+5
* | Fixed error message in get_my_linklocalHisaharu Ishii2011-01-181-5/+3
|/
* Merging trunkRick Harris2011-01-171-0/+70
|\
| * merge from upstreamAndy Smith2011-01-141-0/+36
| |\
| | * Fixed missing _().Koji Iida2011-01-131-15/+2
| | * Fixed syntax errorsNachi Ueno2011-01-121-1/+1
| | * Merged with 549Nachi Ueno2011-01-121-0/+5
| | |\