summaryrefslogtreecommitdiff
path: root/nova/utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge "Xenapi driver can now generate swap from instance_type"Jenkins2011-10-141-0/+34
|\
| * Xenapi driver can now generate swap from instance_typeRick Harris2011-10-131-0/+34
* | Adds more usage data to Nova's usage notifications.Monsyne Dragon2011-10-121-3/+44
|/
* Include original exception in ClassNotFound exceptionJulien Danjou2011-10-101-1/+1
* Fixing testsRick Harris2011-09-211-0/+7
|\
| * Fixed unit tests with some minor refactoring.Josh Kearney2011-09-201-0/+7
* | Adding progressRick Harris2011-09-141-0/+14
|/
* Fixed review commentsTushar Patil2011-09-021-3/+3
|\
* | Fix for LP Bug #838251Tushar Patil2011-08-311-0/+9
|/
* Removed blank lineNachi Ueno2011-08-231-1/+0
* Merged with trunkNachi Ueno2011-08-231-1/+17
|\
| * Merged from trunk,resolved conflicts and fixed broken unit tests due to chang...Tushar Patil2011-08-221-4/+10
| |\
| * \ Merged from trunkTushar Patil2011-08-191-38/+3
| |\ \
| * \ \ Merged with trunk and fixed broken unit testcasesTushar Patil2011-08-121-6/+9
| |\ \ \
| * \ \ \ Merged with trunkTushar Patil2011-08-091-1/+1
| |\ \ \ \
| * \ \ \ \ Resolve conflicts and fixed broken unit testcasesTushar Patil2011-08-081-20/+72
| |\ \ \ \ \
| * \ \ \ \ \ Merged with trunkTushar Patil2011-07-291-7/+16
| |\ \ \ \ \ \
| * | | | | | | add optional parameter networks to the Create server OS APITushar Patil2011-07-111-0/+16
* | | | | | | | Fixed typo and docstring and example class nameNachi Ueno2011-08-231-2/+2
* | | | | | | | Fixed conflict with branchNachi Ueno2011-08-221-4/+10
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | merge with trunkWilliam Wolf2011-08-221-3/+9
| |\ \ \ \ \ \ \
| | * | | | | | | Fixes primitive with builtins, modules, etcSandy Walsh2011-08-191-3/+9
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | merge with trunkWilliam Wolf2011-08-191-38/+3
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | merge from trunkWilliam Wolf2011-08-111-6/+9
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | tenant_id -> project_idWilliam Wolf2011-08-101-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Added Test Code, doc string, and fixed pip-requireswNachi Ueno2011-08-221-3/+23
* | | | | | | Fixed typoNachi Ueno2011-08-191-1/+1
* | | | | | | Merged with trunkwNachi Ueno2011-08-191-38/+3
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Make all services use the same launching strategyVishvananda Ishaya2011-08-171-38/+3
| | |/ / / / | |/| | | |
* | | | | | Added monkey patching notification code functionNachi Ueno2011-08-191-1/+23
|/ / / / /
* | | | | * Removes rogue direct usage of subprocess module by proper utils.execute callsThierry Carrez2011-08-111-6/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rename sudo_helper FLAG into root_helperThierry Carrez2011-08-091-2/+2
| * | | | Command args can be a tuple, convert them to listThierry Carrez2011-08-091-1/+1
| * | | | Fix usage of sudo -E and addl_env in dnsmasq/radvd calls, remove addl_env sup...Thierry Carrez2011-08-091-7/+1
| * | | | Use close_fds by default since it's good for youThierry Carrez2011-08-091-0/+1
| * | | | Fix ajaxterm's use of shell=True, prevent vmops.py from running its own versi...Thierry Carrez2011-08-091-4/+0