summaryrefslogtreecommitdiff
path: root/nova/objects/instance.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Instance methodBalazs Gibizer2021-02-111-5/+0
* Refactor _claim_pci_device_for_interface_attach to prepare for qosBalazs Gibizer2021-01-181-0/+1
* Follow up for I67504a37b0fe2ae5da3cba2f3122d9d0e18b9481Balazs Gibizer2020-09-111-0/+12
* Track error migrations in resource trackerLuyaoZhong2020-09-101-3/+6
* objects: Update keypairs when saving an instanceTakashi NATSUME2020-07-221-2/+3
* objects: Add migrate-on-load behavior for legacy NUMA objectsStephen Finucane2020-05-061-3/+2
* Fix instance.hidden migration and queryingDan Smith2020-02-071-1/+3
* nova-net: Remove use of legacy 'SecurityGroup' objectStephen Finucane2019-12-031-3/+1
* nova-net: Add TODOs to remove security group-related objectsStephen Finucane2020-01-081-0/+11
* Ensure source service is up before resizing/migratingMatt Riedemann2019-12-191-0/+4
* Merge "Tune up db.instance_get_all_uuids_by_hosts"Zuul2019-09-231-2/+1
|\
| * Tune up db.instance_get_all_uuids_by_hostsChris Dent2019-09-021-2/+1
* | object: Introduce Resource and ResourceList objsLuyaoZhong2019-09-131-3/+33
|/
* add InstanceList.get_all_uuids_by_hosts() methodJay Pipes2019-08-151-2/+11
* Add Instance.hidden fieldMatt Riedemann2019-08-071-1/+10
* Merge "Optimize SchedulerReportClient.delete_resource_provider"Zuul2019-07-201-1/+20
|\
| * Optimize SchedulerReportClient.delete_resource_providerMatt Riedemann2019-06-131-1/+20
* | Remove 'instance_update_from_api'Stephen Finucane2019-05-201-100/+9
|/
* Remove 'instance_update_at_top', 'instance_destroy_at_top'Stephen Finucane2019-05-021-11/+0
* Add instance hard deleteTheodoros Tsioutsias2019-04-131-3/+5
* Check hosts have no instances for AZ renameAndrey Volkov2019-03-011-0/+11
* Always read-deleted=yes on lazy-loadDan Smith2018-11-271-4/+21
* Default embedded instance.flavor.is_public attributeMohammed Naser2018-11-021-9/+11
* Filter out instances without a host when populating AZJiří Suchomel2018-08-211-0/+3
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Default embedded instance.flavor.disabled attributeMatt Riedemann2018-07-031-0/+15
* Merge "Metadata-API fails to retrieve avz for instances created before Pike"Zuul2018-05-301-0/+15
|\
| * Metadata-API fails to retrieve avz for instances created before PikeSurya Seetharaman2018-05-171-0/+15
* | Expose instance_get_all_uuids_by_host() from DB API and use itDan Smith2018-05-181-5/+1
* | Make instance able to lazy-load almost everythingDan Smith2018-05-181-16/+33
* | Make instance.refresh() avoid recursion betterDan Smith2018-05-181-5/+14
|/
* Fix comments at the 'save' method of objects.InstanceTakashi NATSUME2018-04-091-8/+6
* Add trusted_certs objectJackie Truong2018-03-291-2/+31
* Move _make_instance_list call outside of DB transaction contextmelanie witt2018-03-231-3/+9
* Lazy-load instance attributes with read_deleted=yesDan Smith2018-02-131-3/+4
* Merge "Remove instance.keypairs migration code"Zuul2018-02-071-60/+4
|\
| * Remove instance.keypairs migration codeMatt Riedemann2017-11-021-60/+4
* | Reduce complexity of _from_db_objectJackie Truong2018-01-251-46/+56
* | Merge "Remove incorrect comment about instance.locked"Zuul2017-12-051-2/+0
|\ \
| * | Remove incorrect comment about instance.lockedKevin_Zheng2017-11-091-2/+0
| |/
* | Add Flavor.description attributeMatt Riedemann2017-11-051-0/+18
|/
* Remove system_metadata loading in Instance._load_flavorMatt Riedemann2017-10-041-11/+2
* Make 'fault' a valid joined query field for InstanceDan Smith2017-09-221-2/+3
* Merge "Remove translation of log messages"Jenkins2017-08-151-5/+5
|\
| * Remove translation of log messagesNgo Quoc Cuong2017-06-211-5/+5
* | Count instances to check quotamelanie witt2017-07-181-1/+54
* | Add BDM to InstancePayloadBalazs Gibizer2017-07-121-0/+4
* | Merge "Avoid unnecessary lazy-loads in mutated_migration_context"Jenkins2017-07-011-0/+6
|\ \
| * | Avoid unnecessary lazy-loads in mutated_migration_contextMatt Riedemann2017-06-061-0/+6
* | | Add get_count_by_vm_state() to InstanceList objectDan Smith2017-06-261-1/+17
| |/ |/|