summaryrefslogtreecommitdiff
path: root/nova/objects/instance_info_cache.py
Commit message (Expand)AuthorAgeFilesLines
* objects: Don't use generic 'Field' containerStephen Finucane2022-03-291-2/+2
* Raise InstanceNotFound on fkey constraint fail saving info cachemelanie witt2022-02-071-3/+20
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-1/+1
* Remove 'instance_info_cache_update_at_top'Stephen Finucane2019-04-291-20/+1
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Remove translation of log messagesNgo Quoc Cuong2017-06-211-3/+2
* Remove DictCompat from instance_info_cacheGage Hugo2016-06-131-6/+5
* Merge "Send Instance object to cells instance_update_at_top"Jenkins2015-06-121-2/+6
|\
| * Send Instance object to cells instance_update_at_topmelanie witt2015-06-101-2/+6
* | Begin the transition to an explicit object registryDan Smith2015-06-081-0/+1
|/
* Update self with db result in InstanceInfoCache.savemelanie witt2015-04-301-0/+1
* Remove context from remotable call signatureDan Smith2015-03-181-3/+3
* Remove usage of remotable context parameter in instance* objectsDan Smith2015-03-171-4/+5
* Use oslo.logDavanum Srinivas2015-02-221-1/+2
* objects: allow creation of objects without dict item compatDaniel P. Berrange2014-12-121-1/+3
* add log exception hints in some modulesshuangtai2014-08-081-3/+3
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Fix object code direct use of other object modulesChris Behrens2014-06-241-1/+1
* Prevent Instance.refresh() from returning a new info cacheDan Smith2014-01-061-0/+12
* Make InstanceInfoCache load base attributesDan Smith2013-10-291-3/+5
* Make the base object infrastructure use FieldsDan Smith2013-10-111-6/+2
* Migrate InstanceInfoCache object to FieldsDan Smith2013-10-111-3/+3
* Fix non-unicode string values on objectsDan Smith2013-09-171-2/+3
* Create mixin class for common DB fieldsChris Behrens2013-09-041-1/+1
* Add delete() operation to InstanceInfoCacheDan Smith2013-08-101-1/+6
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Convert network API to use InfoCache objectChris Behrens2013-07-221-5/+40
* Make InfoCache.network_info be the network modelChris Behrens2013-07-221-2/+16
* Make info_cache handle when network_info is NoneDan Smith2013-06-261-1/+2
* Fix orphaned instance from get_by_uuid() and _from_db_object()Dan Smith2013-06-221-2/+3
* Add Instance.info_cacheDan Smith2013-06-071-0/+42