summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | remove ">>>MERGE" iin nova/db/sqlalchemy/api.pyKei Masumoto2011-01-141-1/+0
| | * | merge trunk rev560masumotok2011-01-143-17/+220
| | |\ \
| | * \ \ Get reviewed and fixed based on comments.masumotok2011-01-145-104/+123
| | |\ \ \
| | * | | | Add support for EBS volumes to the live migration feature.Muneyuki Noguchi2011-01-113-1/+19
| | * | | | 最新バージョンにマージ。変更点は以下の通り。masumotok2010-12-313-21/+24
| | |\ \ \ \
| | * \ \ \ \ merge recent revision(version of 2010/12/28)masumotok2010-12-313-43/+241
| | |\ \ \ \ \
| | * | | | | | launch_at を前回コミット時に追加したが、lauched_atというカ...masumotok2010-12-271-2/+2
| | * | | | | | nova.compute.managerがこれまでの修正でデグレしていたので修正root2010-12-241-1/+7
| | * | | | | | Hostテーブルのカラム名を修正masumotok2010-12-162-2/+8
| | * | | | | | コメントを除去masumotok2010-12-082-13/+0
| | * | | | | | rev439ベースにライブマイグレーションの機能をマージmasumotok2010-12-073-1/+223
| * | | | | | | merge from upstreamAndy Smith2011-01-143-0/+43
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge from upstream:Andy Smith2011-01-132-2/+6
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | 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-1211-73/+810
* | | | | | | | | minor code cleanupEd Leafe2011-01-191-1/+1
* | | | | | | | | Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-182-22/+17
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | pep8 fixes... largely to things from trunk?Andy Smith2011-01-141-3/+3
* | | | | | | | merge from upstreamAndy Smith2011-01-143-2/+49
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merged with r561Nachi Ueno2011-01-142-2/+6
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | standardize on hex for ids, allow configurable instance namesAndy Smith2011-01-122-2/+6
| | |/ / / / /
| * | | | | | merged with r555Nachi Ueno2011-01-131-0/+2
| |\| | | | |
| * | | | | | Merged with r551Hisaharu Ishii2011-01-123-8/+23
| |\ \ \ \ \ \
| * | | | | | | Support IPv6 firewall with IptablesFirewallDriverHisaharu Ishii2011-01-121-1/+1
| * | | | | | | Merged with r548Nachi Ueno2011-01-124-94/+281
| |\ \ \ \ \ \ \
| * | | | | | | | Fixed for pep8Hisaharu Ishii2011-01-122-0/+7
| * | | | | | | | Merged and fiexed conflicts with r515Nachi Ueno2011-01-045-44/+279
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Support IPv6NTT PF Lab.2010-12-243-0/+36
* | | | | | | | | | pep8Andy Smith2011-01-141-1/+1
* | | | | | | | | | merge from upstream and fix leaks in console teststermie2011-01-123-4/+270
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Fix test failures on Python 2.7 by eagerly loading the fixed_ip attribute on ...Soren Hansen2011-01-121-0/+2
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | Do joinedload_all('fixed_ip.floating_ips') instead of joinedload('fixed_ip')Soren Hansen2011-01-121-2/+2