summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | flavorid needs to unique in modelKen Pepple2011-02-101-1/+1
| | * | | | | | | | | | | | | | | | | | forgot to register new instance_types tableKen Pepple2011-02-091-1/+1
| | * | | | | | | | | | | | | | | | | | added support to pull list of ALL instance types even those that are marked d...Ken Pepple2011-02-092-5/+5
| | * | | | | | | | | | | | | | | | | | added testing for instance_types.py and refactored nova-manage to use instanc...Ken Pepple2011-02-081-3/+6
| | * | | | | | | | | | | | | | | | | | additional error checking for nova-manage instance_typeKen Pepple2011-02-081-7/+19
| | * | | | | | | | | | | | | | | | | | require user context for most flavor/instance_type read callsKen Pepple2011-02-071-0/+3
| | * | | | | | | | | | | | | | | | | | simplified instance_types db calls to return entire row - we may need these e...Ken Pepple2011-02-061-30/+11
| | * | | | | | | | | | | | | | | | | | updated api.create to use instance_type tableKen Pepple2011-02-051-0/+2
| | * | | | | | | | | | | | | | | | | | instance_types should return in predicatable order (by name currently)Ken Pepple2011-02-051-1/+2
| | * | | | | | | | | | | | | | | | | | flavorid and name need to be unique in the database for the ec2 and openstack...Ken Pepple2011-02-051-2/+3
| | * | | | | | | | | | | | | | | | | | corrected db.instance_types to return expect dict instead of lists. updated o...Ken Pepple2011-02-051-5/+37
| | * | | | | | | | | | | | | | | | | | converted openstack flavors over to use instance_types table. a few pep changes.Ken Pepple2011-02-053-2/+14
| | * | | | | | | | | | | | | | | | | | added FIXME(kpepple) comments for all constant usage of INSTANCE_TYPES. updat...Ken Pepple2011-02-053-5/+11
| | * | | | | | | | | | | | | | | | | | flagged all INSTANCE_TYPES usage with FIXME comment. Added basic usage to nov...Ken Pepple2011-02-033-0/+52
| | * | | | | | | | | | | | | | | | | | added seed data to migrationKen Pepple2011-02-031-23/+30
| | * | | | | | | | | | | | | | | | | | initial support for dynamic instance_types: db migration and model, stub test...Ken Pepple2011-02-012-0/+86
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | 1. Merged to rev654(?)Kei Masumoto2011-02-1015-153/+1084
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | 1. Discard nova-manage host listKei Masumoto2011-01-311-1/+4
| * | | | | | | | | | | | | | | | | | adding testcodeKei Masumoto2011-01-272-30/+31
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | added migration to repoTrey Morris2011-03-141-0/+74
* | | | | | | | | | | | | | | | | | committing to shareTrey Morris2011-03-143-48/+198
| |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Copy over to current trunk my tests, the 401/500 fix, and a couple ofKevin L. Mitchell2011-03-182-2/+17
| |_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Pass id of token to be deleted to the db api, not the actual object.Todd Willey2011-02-242-5/+8
* | | | | | | | | | | | | | | | Rename auth_token db methods to follow standard.Todd Willey2011-02-242-9/+9
| |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merged with trunkJustin Santa Barbara2011-02-234-10/+104
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fix describe_availability_zonesVishvananda Ishaya2011-02-232-8/+5
| * | | | | | | | | | | | | | | Initial support for per-instance metadata, though the OpenStack API. Key/val...Justin Santa Barbara2011-02-233-1/+97
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged with trunkJustin Santa Barbara2011-02-211-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Rename migration 004 => 005Justin Santa Barbara2011-02-181-0/+0
| | * | | | | | | | | | | | | | | Initial support for per-instance metadata, though the OpenStack API. Key/valu...Justin Santa Barbara2011-02-173-1/+97
| * | | | | | | | | | | | | | | | Lots of test fixingVishvananda Ishaya2011-02-221-1/+2
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* / | | | | | | | | | | | | | | Support for HP SANJustin Santa Barbara2011-02-182-0/+75
|/ / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / Correctly pass the associate paramater to project_get_networkVishvananda Ishaya2011-02-171-1/+1
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | copyright noticeSandy Walsh2011-02-171-2/+1
* | | | | | | | | | | | | | changed from 003-004 migrationSandy Walsh2011-02-178-9/+140
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | added labels to networks for use in multi-nicTrey Morris2011-02-174-0/+86
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | comments + Englilish, changed copyright in migration, removed network_get_all...Trey Morris2011-02-172-8/+2
| | * | | | | | | | | | | | | added test for reset_network to openstack api tests, tabstop 5 to 4, renamed ...Trey Morris2011-02-161-0/+0
| | * | | | | | | | | | | | | fixed merge conflictTrey Morris2011-02-147-85/+111
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | corrected model for table lookupTrey Morris2011-02-141-1/+1
| | * | | | | | | | | | | | | added get IPs by instanceTrey Morris2011-02-102-0/+16
| | * | | | | | | | | | | | | forgot to add network_get_all_by_instance to db.apiTrey Morris2011-02-101-0/+5