From 66e81dbe3603f40482edd7cd980ce2a6538d3302 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Mon, 17 Jun 2013 18:12:47 -0700 Subject: Fix importing InstanceInfoCache during register_all() Related to blueprint unified-object-model Change-Id: Ib5edd0d0af46d9ba9d0fcaa14c9601ad75b8d50d --- nova/objects/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'nova/objects') 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') -- cgit