diff options
| author | Dan Smith <danms@us.ibm.com> | 2013-06-17 18:12:47 -0700 |
|---|---|---|
| committer | Dan Smith <danms@us.ibm.com> | 2013-06-20 15:30:48 -0700 |
| commit | 66e81dbe3603f40482edd7cd980ce2a6538d3302 (patch) | |
| tree | baf982ef4b7b0bcd09af06d8d7384eb2da9d2456 /nova/objects | |
| parent | ff4194bec79067bf77ab25caec1e40ad3709ea07 (diff) | |
| download | nova-66e81dbe3603f40482edd7cd980ce2a6538d3302.tar.gz nova-66e81dbe3603f40482edd7cd980ce2a6538d3302.tar.xz nova-66e81dbe3603f40482edd7cd980ce2a6538d3302.zip | |
Fix importing InstanceInfoCache during register_all()
Related to blueprint unified-object-model
Change-Id: Ib5edd0d0af46d9ba9d0fcaa14c9601ad75b8d50d
Diffstat (limited to 'nova/objects')
| -rw-r--r-- | nova/objects/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/objects/__init__.py b/nova/objects/__init__.py index e39f0154c..00f8240f1 100644 --- a/nova/objects/__init__.py +++ b/nova/objects/__init__.py @@ -18,3 +18,4 @@ def register_all(): # function in order for it to be registered by services that may # need to receive it via RPC. __import__('nova.objects.instance') + __import__('nova.objects.instance_info_cache') |
