summaryrefslogtreecommitdiff
path: root/heat/engine/stack_lock.py
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2014-09-30 11:46:52 +0200
committerJulien Danjou <julien@danjou.info>2014-09-30 14:27:59 +0200
commit6519cf36fd5ffd88a45e53ca69080c4b421915d6 (patch)
tree875a7fc640f333a134e5165d197f1d095474a015 /heat/engine/stack_lock.py
parenta11480323307c6315c89ea8ab3cb6e4939550672 (diff)
downloadheat-6519cf36fd5ffd88a45e53ca69080c4b421915d6.tar.gz
Switch to oslo.utils
Change-Id: I74979d8f75b099858314a30c98bb252c379e0304
Diffstat (limited to 'heat/engine/stack_lock.py')
-rw-r--r--heat/engine/stack_lock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/engine/stack_lock.py b/heat/engine/stack_lock.py
index bb71c80a1..708657138 100644
--- a/heat/engine/stack_lock.py
+++ b/heat/engine/stack_lock.py
@@ -16,12 +16,12 @@ import uuid
from oslo.config import cfg
from oslo import messaging
+from oslo.utils import excutils
from heat.common import exception
from heat.common.i18n import _
from heat.common import messaging as rpc_messaging
from heat.db import api as db_api
-from heat.openstack.common import excutils
from heat.openstack.common import log as logging
cfg.CONF.import_opt('engine_life_check_timeout', 'heat.common.config')