summaryrefslogtreecommitdiff
path: root/nova/objects/instance_fault.py
Commit message (Expand)AuthorAgeFilesLines
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-1/+1
* Remove 'instance_fault_create_at_top'Stephen Finucane2019-04-291-12/+0
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Remove translation of log messagesNgo Quoc Cuong2017-06-211-2/+1
* Only return latest instance fault for instancesJay Pipes2016-12-141-1/+11
* Remove obj_relationships from objectsDan Smith2015-10-301-4/+0
* Change List objects to use obj_relationshipsRyan Rossiter2015-07-311-4/+3
* Begin the transition to an explicit object registryDan Smith2015-06-081-0/+2
* Remove context from remotable call signatureDan Smith2015-03-181-1/+1
* Remove usage of remotable context parameter in instance* objectsDan Smith2015-03-171-3/+3
* Use oslo.logDavanum Srinivas2015-02-221-1/+2
* objects: remove dict compat support from all XXXList() objectsDaniel P. Berrange2014-12-121-3/+1
* objects: allow creation of objects without dict item compatDaniel P. Berrange2014-12-121-2/+6
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Fix object code direct use of other object modulesChris Behrens2014-06-241-1/+2
* Make cells use Fault obj for createChris Behrens2014-05-021-0/+17
* Add create() method to InstanceFault objectDan Smith2014-05-021-2/+22
* Clean up _make_*_list in object models to use base.obj_make_listShane Wang2014-02-261-15/+11
* Require List objects to be able to backlevel their contentsDan Smith2013-12-131-0/+8
* Make Object FieldType take an object name instead of a classDan Smith2013-10-211-0/+4
* Migrate InstanceFault object to FieldsDan Smith2013-10-111-7/+7
* Fix non-unicode string values on objectsDan Smith2013-09-171-1/+5
* Create mixin class for common DB fieldsChris Behrens2013-09-041-1/+1
* Add basic InstanceFault modelDan Smith2013-06-261-0/+61