summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | added network_get_all_by_instance(), call to reset_network in vmopsTrey Morris2011-02-071-6/+13
| | * | | | | | | | | | | | | merged branch to name net_manager.create_networks argsTrey Morris2011-01-241-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | fixed the migrationTrey Morris2011-01-201-0/+5
| | * | | | | | | | | | | | | | really added migration for networks labelTrey Morris2011-01-201-0/+47
| | * | | | | | | | | | | | | | syntax errorTrey Morris2011-01-201-1/+1
| | * | | | | | | | | | | | | | should be writing some kindof network info to the xenstore now, hopefullyTrey Morris2011-01-203-0/+12
| | | |_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Add a command to nova-manage to list fixed ip's.Christian Berendt2011-02-172-0/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | added new functionality to list all defined fixed ipsChristian Berendt2011-02-172-0/+16
| | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | example:Christian Berendt2011-02-172-0/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | added i18n of 'No networks defined'Christian Berendt2011-02-171-1/+1
| | * | | | | | | | | | | | | added functionality to nova-manage to list created networksChristian Berendt2011-02-162-0/+14
| | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | -from migrate.versioning import exceptions as versioning_exceptionsBrian Schott2011-02-161-1/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | fixed authors, import sys in migration.pyBrian Schott2011-02-161-0/+1
| | * | | | | | | | | | | | Added try clause to handle changed location of exceptions after 1.6.3 in pyth...Brian Schott2011-02-141-1/+10
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | fixed exceptions import from python migrateBrian Schott2011-02-111-1/+1
| | |/ / / / / / / / / / /
| * | / / / / / / / / / / Fixed tables creation order and added clearing db after errors.Vasiliy Shlykov2011-02-142-8/+13
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | fixed / renamed migration scriptsSandy Walsh2011-02-151-2/+2
* | | | | | | | | | | | fixed nova-combined debug hack and renamed ChildZone to ZoneSandy Walsh2011-02-144-14/+14
* | | | | | | | | | | | fixed template and added migrationSandy Walsh2011-02-141-0/+62
* | | | | | | | | | | | better filteringSandy Walsh2011-02-144-7/+19
|\| | | | | | | | | | |
| * | | | | | | | | | | joinedload network so describe_instances continues to workVishvananda Ishaya2011-02-111-0/+6
| |/ / / / / / / / / /
| * | | | | | | | | | Only use NullPool when using sqlite.Soren Hansen2011-02-101-3/+7
| * | | | | | | | | | Try using NullPool instead of SingletonPoolSoren Hansen2011-02-101-1/+2
| * | | | | | | | | | Try setting isolation_level=immediateSoren Hansen2011-02-101-0/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | template adjusted to NOVA_TOOLS, zone db & os api layers addedSandy Walsh2011-02-103-7/+71
* | | | | | | | | | trunk mergeSandy Walsh2011-02-105-28/+55
|\| | | | | | | | |
| * | | | | | | | | Don't convert datetime objects to a string using .isoformat(). Leave it to sq...Soren Hansen2011-02-091-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | merge trunkAnthony Young2011-02-013-24/+35
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | fix austin->bexar db migrationtermie2011-01-303-24/+35
| * | | | | | | | fix pep8 error :/Anthony Young2011-02-011-1/+1
| * | | | | | | | incorporate feedback from devin - use sql consistently in instance_destroyAnthony Young2011-01-281-8/+14
| * | | | | | | | fixes for bug #709057Anthony Young2011-01-272-1/+11
| |/ / / / / / /
* / / / / / / / Working on api / manager / db support for zonesSandy Walsh2011-01-272-0/+17
|/ / / / / / /
* | | | / / / Fixes NotFound messages in api to show the ec2_id.Vishvananda Ishaya2011-01-272-35/+8
| |_|_|/ / / |/| | | | |
* | | | | | This branch updates docs to reflect the db sync addition. It additionally ad...Vishvananda Ishaya2011-01-252-1/+3
|\ \ \ \ \ \
| * \ \ \ \ \ merged trunkVishvananda Ishaya2011-01-251-19/+15
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merged trunk fixed whitespace in rstVishvananda Ishaya2011-01-211-1/+2
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | wrap sqlalchemy exceptions in a generic errorVishvananda Ishaya2011-01-212-1/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Add a host argument to virt drivers's init_host method. It will be set to the...Soren Hansen2011-01-252-0/+16
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Add a host argument to virt driver's init_host method. It will be set to the ...Soren Hansen2011-01-252-0/+16
| | |/ / / / | |/| | | |
* | | | | | Wraps the NotFound exception at the api layer to print the proper instance id...Vishvananda Ishaya2011-01-251-0/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Wrap instance at api layer to print the proper error. Use same logic for vol...Vishvananda Ishaya2011-01-211-0/+2
| |/ / / /
* | | | | Resolved trunk merge conflictsEd Leafe2011-01-211-1/+2
|\| | | |
| * | | | Eagerly load instance's fixed_ip.network attribute.Soren Hansen2011-01-191-1/+2
| |/ / /
* | | | merged trunk changesEd Leafe2011-01-1911-74/+894
|\| | |
| * | | add two more columns, set string lengths)Andy Smith2011-01-182-94/+114
| * | | merge from upstream and fix small issuesAndy Smith2011-01-182-5/+12
| |\ \ \
| | * | | revert live_migration branchAndy Smith2011-01-183-118/+2
| | |/ /
| | * | merged trunk rev569Kei Masumoto2011-01-173-7/+57
| | |\|
| | * | merged to rev 561 and fixed based on reviewer's commentKei Masumoto2011-01-163-141/+40