diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-06-21 12:32:37 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-06-21 12:32:37 +0000 |
| commit | 2654e70c2ad9e65aa62f7002595e5b826b972269 (patch) | |
| tree | 69e0a045364b6f5f34f5d56c1040270e37d6d894 /nova/objects | |
| parent | 7a07e2b6b497613bf4a9dba2ebc5a5a6bca902c9 (diff) | |
| parent | 66e81dbe3603f40482edd7cd980ce2a6538d3302 (diff) | |
Merge "Fix importing InstanceInfoCache during register_all()"
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') |
