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