| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Saving a database call by getting the security groups from the instance object. | Ryan Lane | 2011-01-20 | 1 | -6/+5 |
| * | Adds security group output to describe_instances | Ryan Lane | 2011-01-20 | 1 | -1/+7 |
| * | Merge from trunk. | Ryan Lane | 2011-01-20 | 3 | -13/+112 |
| |\ | |||||
| | * | Added changes to make errors and recovery for volumes more graceful: | Anthony Young | 2011-01-20 | 3 | -13/+112 |
| | |\ | |||||
| | | * | merge vish's changes (which merged trunk and fixed a pep8 problem) | Anthony Young | 2011-01-18 | 32 | -1041/+941 |
| | | |\ | |||||
| | | | * | merged trunkand fixed conflicts and pep error | Vishvananda Ishaya | 2011-01-18 | 32 | -1041/+941 |
| | | |/| | |||||
| | | * | | per vish's feedback, allow admin to specify volume id in any of the | Anthony Young | 2011-01-18 | 2 | -3/+16 |
| | | * | | update status to 'error_deleting' on volumes where deletion fails | Anthony Young | 2011-01-18 | 1 | -4/+11 |
| | | * | | s/cleanup/volume. volume commands will need their own ns in the long run | Anthony Young | 2011-01-18 | 1 | -4/+4 |
| | | * | | fixes related to #701749. Also, added nova-manage commands to recover | Anthony Young | 2011-01-18 | 3 | -9/+86 |
| * | | | | Merge from trunk | Ryan Lane | 2011-01-20 | 181 | -1923/+12417 |
| |\| | | | |||||
| | * | | | Exclude vcsversion.py from pep8 check. It's not compliant, but out of our con... | Soren Hansen | 2011-01-20 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | | * | | | Exclude vcsversion.py from pep8 check. It's not compliant, but out of our con... | Soren Hansen | 2011-01-20 | 1 | -1/+1 |
| | * | | | | Include paste config in tarball. | Soren Hansen | 2011-01-20 | 1 | -0/+1 |
| | |\ \ \ \ | | |/ / / | |/| | | | |||||
| | | * | | | Add etc/ directory to tarball. | Soren Hansen | 2011-01-20 | 1 | -0/+1 |
| | * | | | | Fixes for bugs: | jaypipes@gmail.com | 2011-01-19 | 3 | -6/+16 |
| | |\ \ \ \ | |||||
| | | * | | | | Docstrings aren't guaranteed to exist, so split() can't automatically be call... | jaypipes@gmail.com | 2011-01-18 | 1 | -2/+8 |
| | | * | | | | Removes circular import issues from bin/stack and replaces utils.loads with j... | jaypipes@gmail.com | 2011-01-18 | 1 | -3/+7 |
| | | * | | | | ComputeAPI -> compute.API in bin/nova-direct-api. Fixes LP#704422 | jaypipes@gmail.com | 2011-01-18 | 1 | -1/+1 |
| | * | | | | | Return non-zero if either unit tests or pep8 fails. | Soren Hansen | 2011-01-19 | 2 | -3/+2 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Add Rob Kost to Authors. | Soren Hansen | 2011-01-19 | 1 | -0/+1 |
| | | * | | | | | Return non-zero if either unit tests or pep8 fails. | Soren Hansen | 2011-01-19 | 1 | -3/+1 |
| | | | |/ / / | | |/| | | | |||||
| | * | | | | | Eagerly load fixed_ip.network in instance_get_by_id. | Soren Hansen | 2011-01-19 | 1 | -1/+2 |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | | * | | | | Eagerly load instance's fixed_ip.network attribute. | Soren Hansen | 2011-01-19 | 1 | -1/+2 |
| | * | | | | | Add paste and paste.deploy installation to nova.sh, needed for api server. | Kost | 2011-01-19 | 1 | -0/+1 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | added paste pastedeploy to nova.sh | Kost | 2011-01-18 | 1 | -0/+1 |
| | * | | | | | | Fixes **params unpacking to ensure all kwargs are strings for compatibility w... | Vishvananda Ishaya | 2011-01-19 | 1 | -0/+2 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | make sure params have no unicode keys | Vishvananda Ishaya | 2011-01-19 | 1 | -0/+2 |
| | | | |/ / / / | | |/| | | | | |||||
| | * | | | | | | Refactor run_tests.sh to allow us to run an extra command after the tests. | Soren Hansen | 2011-01-19 | 2 | -37/+38 |
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | | * | | | | | Refactor run_tests.sh to allow us to run an extra command after the tests. | Soren Hansen | 2011-01-19 | 2 | -37/+38 |
| | * | | | | | | Add an apply_instance_filter method to NWFilter driver. | Soren Hansen | 2011-01-19 | 2 | -18/+40 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | PEP-8 fixes | Soren Hansen | 2011-01-19 | 1 | -3/+2 |
| | | * | | | | | | Add an apply_instance_filter method to NWFilter driver. | Soren Hansen | 2011-01-19 | 2 | -17/+40 |
| | * | | | | | | | Replace an old use of ec2_id with id in describe_addresses. | Vishvananda Ishaya | 2011-01-19 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | | * | | | | | | replace old ec2_id with proper id in describe_addresses | Vishvananda Ishaya | 2011-01-18 | 1 | -1/+1 |
| | |/ / / / / / | |||||
| | * | | | | | | Allows moving from the Austin-style db to the Bexar-style. | Andy Smith | 2011-01-19 | 17 | -88/+920 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | move db sync into nosetests package-level fixtures so that the existing noset... | Andy Smith | 2011-01-18 | 2 | -7/+5 |
| | | * | | | | | | add two more columns, set string lengths) | Andy Smith | 2011-01-18 | 2 | -94/+114 |
| | | * | | | | | | merge from upstream and fix small issues | Andy Smith | 2011-01-18 | 64 | -940/+1781 |
| | | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | |||||
| | | * | | | | | | merge from upstream | Andy Smith | 2011-01-14 | 39 | -301/+1310 |
| | | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | merge from upstream: | Andy Smith | 2011-01-13 | 10 | -309/+370 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | pep8 fixes | Andy Smith | 2011-01-13 | 1 | -1/+1 |
| | | * | | | | | | | | update migration script to add new tables since merge | Andy Smith | 2011-01-13 | 2 | -17/+81 |
| | | * | | | | | | | | fix indentation | Andy Smith | 2011-01-12 | 1 | -1/+1 |
| | | * | | | | | | | | add support for database migration | Andy Smith | 2011-01-12 | 15 | -88/+838 |
| | * | | | | | | | | | Enable the use_ipv6 flag in unit tests by default. | Soren Hansen | 2011-01-18 | 1 | -0/+1 |
| | |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
| | | * | | | | | | | | Enable the use_ipv6 flag in unit tests by default. | Soren Hansen | 2011-01-19 | 1 | -0/+1 |
| | |/ / / / / / / / | |||||
| | * | | | | | | | | This disables ipv6 by default. Most use cases will not need it on and it mak... | Vishvananda Ishaya | 2011-01-18 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | disable ipv6 by default | Vishvananda Ishaya | 2011-01-18 | 1 | -1/+1 |
| | | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
| | * | | | | | | | | The live_migration branch ( https://code.launchpad.net/~nttdata/nova/live-mig... | Andy Smith | 2011-01-18 | 17 | -952/+17 |
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
