diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-06-19 16:56:09 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-06-19 16:56:09 +0000 |
| commit | 635f8e137b4e311fbf5d2b248148a72c4359c44c (patch) | |
| tree | 6a414cd490c0ffd1d4bf8f4f17017a15ca31ccdd /nova/compute | |
| parent | 225f6f21b1f4158e635f06b4d040b41fa21be09d (diff) | |
| parent | 468e64d019f51d364afb30b0eed2ad09483e0b98 (diff) | |
Merge "Fix missing import in compute/utils.py"
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
