summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
* refactored out middleware, now it's a decorator on service.apiSandy Walsh2011-03-175-95/+502
|\
| * merge lp:nova and resolve conflictsMark Washenberger2011-03-162-0/+21
| |\
| | * merged with trunk and removed conflictsChristian Berendt2011-03-1511-91/+1174
| | |\
| | * | fixed FIXMEChristian Berendt2011-02-271-11/+5
| | * | added functionality to list only fixed ip addresses of one node and added exc...Christian Berendt2011-02-182-0/+27
| * | | s/onset_files/injected_files/gMark Washenberger2011-03-151-1/+1
| | |/ | |/|
| * | Merge trunk, resolve conflicts, and rename 010_ migrate file to 011_ since an...jaypipes@gmail.com2011-03-144-66/+146
| |\ \
| | * \ Replace raw SQL calls through session.execute() with SQLAlchemy code.Kevin L. Mitchell2011-03-111-66/+90
| | |\ \
| | | * | Remove vish commentKevin L. Mitchell2011-03-111-2/+0
| | | * | Minor stylistic updates affecting indentationKevin L. Mitchell2011-03-111-66/+66
| | | * | merge from trunk...Kevin L. Mitchell2011-03-112-0/+33
| | | |\ \
| | | * | | Discovered literal_column(), which does exactly what I needKevin L. Mitchell2011-03-111-34/+15
| | | * | | Last un-magiced session.execute() replaced with SQLAlchemy code...Kevin L. Mitchell2011-03-101-10/+11
| | | * | | Partial revert of one conversion due to phantom magic exception from SQLAlche...Kevin L. Mitchell2011-03-101-24/+41
| | | * | | Correct a misspellingKevin L. Mitchell2011-03-101-1/+1
| | | * | | Replace session.execute() calls performing raw UPDATE statements with SQLAlch...Kevin L. Mitchell2011-03-101-35/+62
| | * | | | merge trunkCory Wright2011-03-111-0/+3
| | |\ \ \ \
| | | * \ \ \ remerge trunk (again). fix issues caused by changes to deserialization calls ...Monsyne Dragon2011-03-112-0/+33
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | * | | | Remerged trunk. fixed conflict Monsyne Dragon2011-03-085-3/+159
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | * | | | Remerged trunk, fixed a few conflicts. Monsyne Dragon2011-03-035-2/+328
| | | |\ \ \ \
| | | * | | | | Add in multi-tenant support in openstack api. Monsyne Dragon2011-03-031-0/+3
| | * | | | | | merge trunkCory Wright2011-03-102-0/+33
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | fix the copyright notice in migrationCory Wright2011-03-091-3/+1
| | * | | | | | a few fixes for the testsCory Wright2011-03-091-0/+0
| | * | | | | | merge trunkCory Wright2011-03-095-3/+159
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | * pep8 cleanups in migrationsCory Wright2011-03-081-4/+1
| | * | | | | | * os_type is no longer `not null`Cory Wright2011-03-041-0/+11
| | * | | | | | merged trunkCory Wright2011-03-045-2/+328
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | * Tests to verify correct vm-params for Windows and Linux instancesCory Wright2011-03-041-3/+1
| | * | | | | | * Added first cut of migration for os_type on instances tableCory Wright2011-03-021-1/+3
| | * | | | | | * Added ability to launch XenServer instances with per-os vm-params.Cory Wright2011-03-012-0/+47
| | | |_|_|/ / | | |/| | | |
| * | | | | | merged to trunk rev781Kei Masumoto2011-03-102-0/+33
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Hi guysRicardo Carrillo Cruz2011-03-092-0/+33
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | Fixed pep8 issuesRicardo Carrillo Cruz2011-03-092-4/+10
| | | * | | | Added ability to remove networks on nova-manage commandRicardo Carrillo Cruz2011-03-082-0/+14
| | | * | | | deleted network_is_associated from nova.db apiRicardo Carrillo Cruz2011-03-072-13/+1
| | | * | | | added network_get_by_cidr method to nova.db apiRicardo Carrillo Cruz2011-03-072-0/+25
| | | | |/ / | | | |/| |
| * | | | | fixed based on reviewer's comment.Kei Masumoto2011-03-101-2/+2
| * | | | | merged to trunk rev 769Kei Masumoto2011-03-096-3/+159
| |\| | | |
| * | | | | some comments are modifiedKei Masumoto2011-03-042-5/+5
| * | | | | Merged to trunk rev 757. Main changes are below.Kei Masumoto2011-03-044-28/+28
| * | | | | merged to trunk rev757Kei Masumoto2011-03-036-2/+328
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | rename db migration scriptKei Masumoto2011-03-011-0/+83
| * | | | | 1. merged trunk rev749Kei Masumoto2011-03-016-104/+208
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Fixed based on reviewer's comment.Kei Masumoto2011-02-224-36/+18
| * | | | | just add 005_add_live_migration.py. Kei Masumoto2011-02-221-0/+84
| * | | | | Fixed based on reviewer's comment.Kei Masumoto2011-02-229-100/+389
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | fixed based on reviewer's comment.Kei Masumoto2011-02-181-9/+0
| * | | | | merged recent version. no conflict, no big/important change to this branchKei Masumoto2011-02-152-2/+14
| |\ \ \ \ \
| * \ \ \ \ \ Merge request candidate version.Kei Masumoto2011-02-154-26/+39
| |\ \ \ \ \ \