summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
* Implement security group quotas.Dan Prince2012-04-192-0/+25
* Merge "Clean up read_deleted support in host aggregates code"Jenkins2012-04-102-44/+35
|\
| * Clean up read_deleted support in host aggregates codeMark McLoughlin2012-03-252-44/+35
* | Improve grammar throughout nova.Paul McMillan2012-04-101-1/+1
* | migration_get_all_unconfirmed() now uses lowercase "finished" Fixes bugMandar Vaze2012-04-101-1/+1
* | Delete fixed_ips when network is deletedVishvananda Ishaya2012-04-091-0/+13
* | Add index to fixed_ips.addressSean Dague2012-04-091-0/+31
* | Use -1 end-to-end for unlimited quotasEoghan Glynn2012-04-052-6/+43
* | Treat -1 quotas as unlimited.Dan Prince2012-04-031-0/+6
* | Ensure a functional database connectionAdam Gandelman2012-03-301-2/+34
* | Check that volume has no snapshots before deletionAnthony Young2012-03-292-0/+12
* | Merge "Fix disassociate query to remove foreign keys"Jenkins2012-03-291-10/+14
|\ \
| * | Fix disassociate query to remove foreign keysVishvananda Ishaya2012-03-281-10/+14
| |/
* / Support sql_connection_debug to get SQL diagnostic informationJustin Santa Barbara2012-03-261-0/+6
|/
* Remove unused certificate SQL calls.Dan Prince2012-03-232-36/+0
* Assume migrate module missing __version__ is oldMark Washenberger2012-03-221-5/+3
* Merge "Make sqlite in-memory-db usable to unittest"Jenkins2012-03-222-26/+74
|\
| * Make sqlite in-memory-db usable to unittestHengqing Hu2012-03-172-26/+74
* | Merge "Implement quota classes."Jenkins2012-03-214-3/+199
|\ \
| * | Implement quota classes.Kevin L. Mitchell2012-03-204-3/+199
* | | Fixes bug 949038John Garbutt2012-03-202-30/+32
|/ /
* / Improve performance of generating dhcp leasesVishvananda Ishaya2012-03-192-9/+43
|/
* Remove Virtual Storage Array (VSA) codeBrian Waldon2012-03-153-152/+0
* Merge "db api: Remove check for security groups reference"Jenkins2012-03-161-14/+0
|\
| * db api: Remove check for security groups referenceAdam Gandelman2012-03-151-14/+0
* | Fix OpenStack CapitalizationJoe Gordon2012-03-151-1/+1
|/
* Merge "Make fixed_ip_disassociate_all_by_timeout work."Jenkins2012-03-141-2/+3
|\
| * Make fixed_ip_disassociate_all_by_timeout work.Dan Prince2012-03-131-2/+3
* | Merge "Use a FixedIp subquery to find networks by host"Jenkins2012-03-131-2/+6
|\ \
| * | Use a FixedIp subquery to find networks by hostJason Kölker2012-03-131-2/+6
| |/
* | Merge "add convert_unicode to sqlalchemy connection arguments"Jenkins2012-03-131-0/+1
|\ \
| * | add convert_unicode to sqlalchemy connection argumentsPeng Yong2012-03-111-0/+1
* | | Merge "refactoring code, check connection in Listener. refer to Bug #943031"Jenkins2012-03-131-21/+28
|\ \ \ | |_|/ |/| |
| * | refactoring code, check connection in Listener. refer to Bug #943031Peng Yong2012-03-121-21/+28
* | | Sort results from describe_instances in EC2 API.Russell Bryant2012-03-132-4/+9
* | | Merge "Fixes bug 943188"Jenkins2012-03-121-4/+5
|\ \ \
| * | | Fixes bug 943188John Garbutt2012-02-291-4/+5
* | | | Merge "Fix nova-manage backend_add with sr_uuid"Jenkins2012-03-122-3/+3
|\ \ \ \
| * | | | Fix nova-manage backend_add with sr_uuidAlex Meade2012-03-092-3/+3
* | | | | Nuke some unused SQL api calls.Dan Prince2012-03-122-254/+0
| |_|/ / |/| | |
* | | | Remove update lockmode from compute_node_get_by_hostDerek Higgins2012-03-101-6/+5
| |_|/ |/| |
* | | Merge "Clean up setup and teardown for dhcp managers"Jenkins2012-03-101-0/+1
|\ \ \ | |/ / |/| |
| * | Clean up setup and teardown for dhcp managersVishvananda Ishaya2012-03-091-0/+1
* | | Remove an obsolete FIXME comment.Alex Meade2012-03-081-2/+0
|/ /
* | Merge "Use sqlalchemy reflection in migration 080"Jenkins2012-03-081-10/+7
|\ \
| * | Use sqlalchemy reflection in migration 080Hengqing Hu2012-03-081-10/+7
* | | Merge "info_cache is related to deleted instance"Jenkins2012-03-081-3/+1
|\ \ \
| * | | info_cache is related to deleted instanceTrey Morris2012-03-081-3/+1
| |/ /
* / / Fix racey snapshots.Rick Harris2012-03-082-0/+43
|/ /
* | Merge "Setup and teardown networks during migration"Jenkins2012-03-071-0/+2
|\ \