summaryrefslogtreecommitdiffstats
path: root/nova/db/api.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor db.security_group_get() instance join behaviorDan Smith2013-06-221-2/+3
* Remove db session hack from conductor's vol_usage_update()Dan Smith2013-06-181-3/+2
* Merge "Sending volume IO usage broken"Jenkins2013-06-131-3/+1
|\
| * Sending volume IO usage brokenMichael Kerrin2013-06-071-3/+1
* | Fix and enable H403 testsDirk Mueller2013-06-121-9/+21
* | Add missing tests for nova.db.api.network_*.Sergey Skripnick2013-06-121-5/+0
* | Merge "Refactors get_instance_security_groups to only use instance_uuid"Jenkins2013-06-111-2/+2
|\ \
| * | Refactors get_instance_security_groups to only use instance_uuidTiago Mello2013-06-101-2/+2
* | | Nova instance group DB supportGary Kotton2013-06-111-0/+90
|/ /
* / DB migration to the new BDM data formatNikola Dipanov2013-06-101-6/+6
|/
* Cosmetic fix to parameter name in DB APIAdrien Cunin2013-05-301-2/+2
* Fix volume IO usage notifications been sent too often.Michael Kerrin2013-05-291-2/+4
* Merge "Add update method of security group name and description"Jenkins2013-05-291-0/+5
|\
| * Add update method of security group name and descriptionZhenguo Niu2013-05-291-0/+5
* | Don't update API cell on get_nwinfoChris Behrens2013-05-221-11/+2
* | Merge "Editable default quota support"Jenkins2013-05-201-0/+5
|\ \
| * | Editable default quota supportliyingjun2013-05-181-0/+5
| |/
* | Merge "Optimize instance queries in compute manager"Jenkins2013-05-191-0/+1
|\ \ | |/ |/|
| * Optimize instance queries in compute managerHans Lindgren2013-05-081-0/+1
* | Merge "Add the availability_zone to the volume.usage notifications"Jenkins2013-04-301-1/+2
|\ \
| * | Add the availability_zone to the volume.usage notificationsMichael Kerrin2013-04-301-1/+2
* | | Performance optimization for contrib.flavorextraspecsBoris Pavlovic2013-04-301-0/+5
|/ /
* | Merge "Allow listing fixed_ips for a given compute host."Jenkins2013-04-261-0/+5
|\ \
| * | Allow listing fixed_ips for a given compute host.Michael Still2013-04-151-0/+5
| |/
* | Move db.instance_type_extra_specs_* to db.instance_type_* methodsBoris Pavlovic2013-04-241-21/+18
* | Add option to exclude joins from instance_get_by_uuidAndrew Laski2013-04-221-2/+2
* | Remove orphaned db method instance_test_and_setHans Lindgren2013-04-151-9/+0
|/
* Change DB API instance functions for selective metadata fetchingDan Smith2013-04-101-2/+2
* Replace metadata joins with another queryDan Smith2013-04-101-2/+4
* Add tenant/ user id to volume usage notificationsOllie Leahy2013-04-091-2/+3
* Add CRUD methods for tags to the EC2 API.Stephen Gran2013-03-281-0/+5
* Add quotas for fixed ips.Michael Still2013-03-151-0/+6
* Extended server attributes can show wrong hypervisor_hostnameHans Lindgren2013-03-101-4/+0
* Remove unused db calls from nova.db.apiJoe Gordon2013-03-041-29/+0
* Merge "Compute manager should remove dead resources"Jenkins2013-03-041-1/+9
|\
| * Compute manager should remove dead resourcesDevananda van der Veen2013-03-041-1/+9
* | Remove unused nova.db.api:instance_get_all_by_reservationJoe Gordon2013-02-251-5/+0
|/
* Move DB thread pooling to DB API.Chris Behrens2013-02-211-6/+5
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Merge "Default SG rules for the Security Group "Default""Jenkins2013-02-191-0/+22
|\
| * Default SG rules for the Security Group "Default"Morgan Fainberg2013-02-191-0/+22
* | Merge "Remove unused nova.db.api:network_get_by_bridge"Jenkins2013-02-191-5/+0
|\ \
| * | Remove unused nova.db.api:network_get_by_bridgeJoe Gordon2013-02-191-5/+0
| |/
* | Merge "Remove unused nova.db.api:network_get_by_instance"Jenkins2013-02-191-5/+0
|\ \
| * | Remove unused nova.db.api:network_get_by_instanceJoe Gordon2013-02-191-5/+0
| |/
* / Remove unused db callsJoe Gordon2013-02-181-10/+0
|/
* Merge "Allow archiving deleted rows to shadow tables, for performance."Jenkins2013-02-151-0/+22
|\
| * Allow archiving deleted rows to shadow tables, for performance.David Ripton2013-02-141-0/+22
* | API extension for accessing instance_actionsAndrew Laski2013-02-131-3/+4
|/
* Use joined version of db.api callsJoe Gordon2013-02-081-11/+0