summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
* Every string does not need to be internationalizedJohannes Erdfelt2012-01-031-9/+9
* Unused db.api cleanuplzyeval2012-01-032-45/+0
* Adding index to instances project_id columnNaveed Massjouni2011-12-271-0/+31
* Fixes LP bug #907898.Dan Prince2011-12-221-4/+4
* Remove code in migration 064 to drop an fkey that does not exist.Dan Prince2011-12-221-12/+0
* Use SQLAlchemy to drop foreign key in DB migrateCor Cornelisse2011-12-221-5/+11
* Makes disassociate by timeout work with multi-hostVishvananda Ishaya2011-12-161-8/+17
* Adds missing joinedload for vif loading.Vishvananda Ishaya2011-12-161-1/+1
* Starting work on exposing service functionality.Rick Harris2011-12-152-0/+13
* Ensure fkey is dropped before removing instance_idThierry Carrez2011-12-151-0/+7
* Expose Asynchronous Fault entity in the OSAPIAlex Meade2011-12-152-11/+22
* Bug 902626jakedahn2011-12-141-1/+0
* Renaming instance_actions.instance_id column to instance_uuid.Naveed Massjouni2011-12-134-13/+78
* Merge "fixed_ips by vif does not raise"Jenkins2011-12-122-6/+3
|\
| * fixed_ips by vif does not raiseAaron Lee2011-12-092-6/+3
* | Add preparation for asynchronous instance faultsAlex Meade2011-12-094-1/+107
|/
* Adds network model and network info cache.Trey Morris2011-12-084-0/+196
* Add ability to see deleted and active records.Rick Harris2011-12-071-941/+683
* add index to instance_uuid column in instancesTrey Morris2011-12-051-0/+29
* Remove some unused imports from dbMark McLoughlin2011-12-021-2/+0
* Remove VIF<->Network FK dependancyJason Kölker2011-11-305-23/+151
* split rxtx_factor into network and instance_typeAaron Lee2011-11-305-3/+293
* Merge "Fix for bug 887712"Jenkins2011-11-291-7/+10
|\
| * Fix for bug 887712Adrian Smith2011-11-291-7/+10
* | removed logic of throwing exception if no floating ipJesse Andrews2011-11-281-9/+6
|/
* Updating {add,remove}_security_group in compute.api to use instanceNaveed Massjouni2011-11-221-5/+7
* Merge "Defining volumes table to allow FK constraint."Jenkins2011-11-181-0/+4
|\
| * Defining volumes table to allow FK constraint.Rick Harris2011-11-141-0/+4
* | Merge "Adding downgrade for migration 57 plus test"Jenkins2011-11-171-0/+9
|\ \
| * | Adding downgrade for migration 57 plus testRick Harris2011-11-141-0/+9
| |/
* | Replacing disk config extension to match spec.Rick Harris2011-11-162-1/+41
* | Bind engine to metadata in migration 054.Rick Harris2011-11-141-0/+1
|/
* More spelling fixes inside of novaJoe Gordon2011-11-091-8/+8
* Merge "Added some documentation to db.api module docstring."Jenkins2011-11-091-0/+9
|\
| * Added some documentation to db.api module docstring.Lorin Hochstein2011-11-021-0/+9
* | Xen Storage Manager Volume Driverrenukaapte2011-11-014-3/+365
|/
* Merge "flatten distributed scheduler"Jenkins2011-11-012-0/+15
|\
| * flatten distributed schedulerSandy Walsh2011-11-012-0/+15
* | Merge "Fix lp:861160 -- newly created network has no uuid"Jenkins2011-11-011-0/+1
|\ \ | |/ |/|
| * Fix lp:861160 -- newly created network has no uuidUnmesh Gurjar2011-10-311-0/+1
* | Disable SQLite synchronous mode during testsJohannes Erdfelt2011-10-311-0/+10
* | Creating uuid -> id mapping for S3 Image ServiceBrian Waldon2011-10-314-1/+121
|/
* Retry failed SQL connections (LP #876663)Soren Hansen2011-10-281-4/+26
* Adding bulk create fixed ips. The true issue here Aaron Lee2011-10-272-0/+15
* Revert how APIs get IP address info for instancesChris Behrens2011-10-261-10/+14
* Replaces all references to nova.db.api with nova.dbAlex Meade2011-10-253-4/+4
* Convert instancetype.flavorid to stringBrian Waldon2011-10-223-8/+120
* Remove dead DB API call.Chris Behrens2011-10-191-5/+0
* Adds the ability to automatically issue a hard reboot to instances that have ...Josh Kearney2011-10-132-0/+21
* Merge "Added vcpu_weight to models."Jenkins2011-10-142-1/+2
|\