summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Better log formatter for Nova. It's just like gnuchangelog, but logs the auth...Soren Hansen2010-08-312-2/+63
* Ensure that --gid and --uid options work for both twisted and non-twisted dae...Soren Hansen2010-08-243-2/+21
|\
| * Stylistic improvements.Soren Hansen2010-08-182-3/+5
| * Use the argument handler specified by twistd, if any.Soren Hansen2010-08-173-2/+19
* | Fixes an error in setup_compute_network that was causing network setup to fail.Vishvananda Ishaya2010-08-241-4/+3
|\ \
| * | small fixes to networkVishvananda Ishaya2010-08-201-4/+3
* | | Rework virt.xenapi's concurrency model. There were many places where we wereEwan Mellor2010-08-242-31/+144
|\ \ \ | |/ / |/| |
| * | Move deferredToThread into utils, as suggested by termie.Ewan Mellor2010-08-192-12/+14
| * | Remove whitespace to match style guide.Ewan Mellor2010-08-191-15/+0
| * | Merge with trunk, in particular merging with the style cleanup that causedEwan Mellor2010-08-1770-872/+1752
| |\ \
| * | | Rework virt.xenapi's concurrency model. There were many places where we wereEwan Mellor2010-08-151-31/+147
* | | | Check exit codes when spawning processes by defaultJustin Santa Barbara2010-08-2012-127/+132
|\ \ \ \
| * | | | Fix unit test bug this uncovered: don't release_ip that we haven't got from i...Justin Santa Barbara2010-08-181-1/+0
| * | | | Fix to better reflect (my believed intent) as to the meaning of error_ok (ign...Justin Santa Barbara2010-08-182-6/+6
| * | | | Merged with trunkJustin Santa Barbara2010-08-1883-1308/+3361
| |\ \ \ \
| * | | | | Used new (clearer) flag names when calling processesJustin Santa Barbara2010-08-082-4/+9
| * | | | | Merged with trunkJustin Santa Barbara2010-08-0832-655/+988
| |\ \ \ \ \
| * | | | | | Greater compliance with pep8/pylint style checksJustin Santa Barbara2010-08-086-65/+80
| * | | | | | Merged with trunk, added note about suspicious behaviourJustin Santa Barbara2010-07-305-10/+9
| |\ \ \ \ \ \
| * | | | | | | Added exit code checking to process.py (twisted process utils). A bit of cla...Justin Santa Barbara2010-07-304-65/+44
| * | | | | | | Added --fail argument to curl invocations, so that HTTP request fails get sur...Justin Santa Barbara2010-07-294-7/+7
| * | | | | | | Merged with trunkJustin Santa Barbara2010-07-29125-2869/+3676
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merged fix for bug 608505 so unit tests passJustin Santa Barbara2010-07-221-1/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Check exit codes when spawning processes by defaultJustin Santa Barbara2010-07-223-7/+12
* | | | | | | | | | PEP8/pylint cleanup in bin and nova/auth.Eric Day2010-08-2013-132/+168
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Cleaned up pep8/pylint style issues in nova/auth. There are still a few pylin...Eric Day2010-08-185-115/+149
| * | | | | | | | | | More bin/ pep8/pylint cleanup.Eric Day2010-08-188-17/+19
* | | | | | | | | | | Added unit tests for WSGI helpers and base WSGI API.Eric Day2010-08-195-16/+182
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | More pylintrc updates.Eric Day2010-08-181-2/+5
| * | | | | | | | | | Added '-' as possible charater in module rgx.Eric Day2010-08-181-1/+1
| * | | | | | | | | | Updated the tests to use webob, removed the 'called' thing and just use retur...Eric Day2010-08-182-86/+40
| * | | | | | | | | | Merged trunk.Eric Day2010-08-188-16/+16
| |\| | | | | | | | |
| * | | | | | | | | | Merged api-port into api-port-1.Eric Day2010-08-187-6/+6
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Added unittests for wsgi and api.Eric Day2010-08-175-15/+224
* | | | | | | | | | | | First in a series of patches to port the API from Tornado to WSGI. Also inclu...Eric Day2010-08-1816-104/+201
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| / / / / / / / / / | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Removed the 'controllers' directory under 'rackspace' due to full class name ...Eric Day2010-08-187-5/+5
| * | | | | | | | | | Fixed typo.Eric Day2010-08-181-1/+1
| |/ / / / / / / / /
| * | | | | | | | | In an effort to keep new and old API code separate, I've created a nova.api t...Eric Day2010-08-1717-109/+201
* | | | | | | | | | Since pylint=0.19 is our version, force everyone to use the disable-msg syntax.Michael Gundlach2010-08-1810-21/+21
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Missed oneMichael Gundlach2010-08-181-3/+3
| * | | | | | | | | Changed our minds: keep pylint equal to Ubuntu Lucid version, and use disable...Michael Gundlach2010-08-1812-32/+32
| * | | | | | | | | Newest pylint supports 'disable=', not 'disable-msg='Michael Gundlach2010-08-183-14/+14
|/ / / / / / / / /
* | | | | | | | | No longer installs a virtualenv automatically and adds new options to bypass ...jaypipes@gmail.com2010-08-171-3/+57
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Merge case statement optionsjaypipes@gmail.com2010-08-131-6/+3
| * | | | | | | | Adapts the run_tests.sh script to allow interactive or automated creation of ...jaypipes@gmail.com2010-08-111-3/+60
* | | | | | | | | Add documentation to spawn, reboot, and destroy stating that those functionsEwan Mellor2010-08-171-3/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add documentation to spawn, reboot, and destroy stating that those functionsEwan Mellor2010-08-151-3/+16
* | | | | | | | | | See description of change... what's the difference between that message and t...Michael Gundlach2010-08-1715-285/+409
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Move eventlet-using class out of endpoint/__init__.py into its own submodule,...Michael Gundlach2010-08-173-54/+53
| * | | | | | | | | | Remove duplicate definition of flagMichael Gundlach2010-08-171-4/+0