From 468e64d019f51d364afb30b0eed2ad09483e0b98 Mon Sep 17 00:00:00 2001 From: Alex Meade Date: Mon, 18 Jun 2012 16:07:37 -0400 Subject: Fix missing import in compute/utils.py Fixes bug 1014829 Change-Id: Id4c9225b4b2cec81519155ab660370be4448e366 --- nova/compute/utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'nova/compute') diff --git a/nova/compute/utils.py b/nova/compute/utils.py index 67a174f51..d5905f7e7 100644 --- a/nova/compute/utils.py +++ b/nova/compute/utils.py @@ -17,6 +17,7 @@ """Compute-related Utilities and helpers.""" from nova import db +from nova import exception from nova import flags from nova import log from nova.network import model as network_model -- cgit