summaryrefslogtreecommitdiffstats
path: root/nova/objects
diff options
context:
space:
mode:
Diffstat (limited to 'nova/objects')
-rw-r--r--nova/objects/__init__.py1
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')