summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
* Allow actions queries by UUID and PEP8 fixes.Josh Kearney2011-08-051-2/+8
* Remove instances of the "diaper pattern"Matthew Hooker2011-08-051-6/+8
|\
| * Remove instances of the "diaper pattern"Matthew Hooker2011-08-031-6/+8
* | Load instance_types in downgrade method tooJohannes Erdfelt2011-08-031-0/+1
* | Merge with trunkJohannes Erdfelt2011-08-031-1/+2
|\|
| * merge the trunkJason Koelker2011-08-021-2/+7
| |\
| * | You see what happens Danny when you forget to close the parenthesisJason Koelker2011-07-291-1/+1
| * | allow getting by the cidr_v6Jason Koelker2011-07-291-1/+2
* | | Use flavorid only at the API level and use instance_type_id internallyJohannes Erdfelt2011-08-032-3/+74
| |/ |/|
* | FlavorNotFound already existed, no need to create another exception.Brian Lamar2011-07-291-2/+7
|/
* Round 1 of changes for keystone integration.Vishvananda Ishaya2011-07-292-18/+2
|\
| * merged trunkVishvananda Ishaya2011-07-284-4/+52
| |\
| * | pull out auth manager from dbVishvananda Ishaya2011-07-221-16/+0
| * | merged trunkVishvananda Ishaya2011-07-221-3/+3
| |\ \
| * | | start removing references to AuthManagerVishvananda Ishaya2011-07-211-2/+2
* | | | Use utils.utcnow. Use True instead of literal 1Matthew Hooker2011-07-281-3/+2
* | | | fix undefined variable errorsMatthew Hooker2011-07-271-1/+2
* | | | fix call to nonexistant method to_global_ipv6.Matthew Hooker2011-07-271-1/+1
| |_|/ |/| |
* | | Fixed conflictJosh Kearney2011-07-271-3/+3
|\ \ \
| * | | Removed FK import.Josh Kearney2011-07-271-2/+1
| * | | Delete FK before dropping instance_id column.Josh Kearney2011-07-271-1/+8
| * | | queries in the models.Instance context need to reference the table by name (f...Kevin Bringard2011-07-261-3/+3
| |\ \ \
| | * | | Found some additional fixed_ip. entries in the Intance model contest that nee...Kevin Bringard2011-07-011-2/+2
| | * | | Changed fixed_ip.network to be fixed_ips.network, which is the correct DB fieldKevin Bringard2011-07-011-1/+1
* | | | | Fail silently.Josh Kearney2011-07-271-2/+5
* | | | | Drop FK before dropping instance_id column.Josh Kearney2011-07-271-0/+6
|/ / / /
* | | | default to None in the method signatureJason Koelker2011-07-222-1/+3
* | | | merge trunkJason Koelker2011-07-214-11/+59
|\ \ \ \ | | |_|/ | |/| |
| * | | Updated the compute API so that has_finished_migration uses instance_uuid.Dan Prince2011-07-211-3/+3
| | |/ | |/|
| * | Fixes lp813006matt.dietz@rackspace.com2011-07-212-3/+3
| |\ \
| | * \ Merge from trunkmatt.dietz@rackspace.com2011-07-214-17/+103
| | |\ \
| | * | | Fixes lp813006 - inconsistent DB API namingmatt.dietz@rackspace.com2011-07-192-3/+3
| * | | | Merge from trunk and moved the migration againmatt.dietz@rackspace.com2011-07-215-17/+103
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge from trunk and migration renamematt.dietz@rackspace.com2011-07-205-9/+89
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | First passmatt.dietz@rackspace.com2011-07-143-5/+53
| | |_|/ | |/| |
* | | | rename in preperation for trunk mergeJason Koelker2011-07-211-0/+0
* | | | allow 2 dns servers to be specified on network createJason Koelker2011-07-211-0/+36
* | | | allow 2 dns servers to be specified on network createJason Koelker2011-07-211-0/+1
| |_|/ |/| |
* | | - Add 'fixed_ipv6' property to VirtualInterface modelBrian Waldon2011-07-211-0/+13
|\ \ \
| * | | pep8 cleanupBrian Waldon2011-07-181-1/+1
| * | | adding fixed_ipv6 property to VirtualInterface model; exposing ipv6 in apiBrian Waldon2011-07-182-1/+14
* | | | add downgradeVishvananda Ishaya2011-07-191-4/+11
* | | | change migration numberVishvananda Ishaya2011-07-181-0/+0
* | | | merged trunkVishvananda Ishaya2011-07-184-9/+89
|\ \ \ \ | | |_|/ | |/| |
| * | | This change adds the basic boot-from-volume support to the image service.Isaku Yamahata2011-07-184-1/+73
| |\ \ \ | | |/ / | |/| |
| | * | sqlalchemy/migrate: resolved version conflictIsaku Yamahata2011-07-081-0/+0
| | * | merge with trunkIsaku Yamahata2011-07-0810-277/+1171
| | |\|
| | * | sqlalchmey/migration: resolved version conflictIsaku Yamahata2011-06-271-0/+0
| | * | merge with trunkIsaku Yamahata2011-06-274-0/+149
| | |\ \
| | * | | db/block_device_mapping/api: introduce update_or_createIsaku Yamahata2011-06-222-1/+24