summaryrefslogtreecommitdiffstats
path: root/nova/compute
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-04-10 17:43:37 +0000
committerGerrit Code Review <review@openstack.org>2013-04-10 17:43:37 +0000
commit9afd37d211ecebd227a11a09ed69ca85d21f68e0 (patch)
treefef0d2f5cde3671a2569a04974142e2d10c3e1a3 /nova/compute
parent3eb472723b574549bd898c68b335559349f8d8e3 (diff)
parent17ba935d9da2ff912196bb47f6856fb64db13247 (diff)
Merge "Remove unnecessary LOG initialisation"
Diffstat (limited to 'nova/compute')
-rw-r--r--nova/compute/cells_api.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/compute/cells_api.py b/nova/compute/cells_api.py
index 379c9fc7d..f5ded45ec 100644
--- a/nova/compute/cells_api.py
+++ b/nova/compute/cells_api.py
@@ -25,9 +25,6 @@ from nova.compute import rpcapi as compute_rpcapi
from nova.compute import vm_states
from nova import exception
from nova.openstack.common import excutils
-from nova.openstack.common import log as logging
-
-LOG = logging.getLogger(__name__)
check_instance_state = compute_api.check_instance_state