diff options
author | Julien Danjou <julien@danjou.info> | 2014-09-30 11:46:52 +0200 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2014-09-30 14:27:59 +0200 |
commit | 6519cf36fd5ffd88a45e53ca69080c4b421915d6 (patch) | |
tree | 875a7fc640f333a134e5165d197f1d095474a015 /heat/engine/stack_lock.py | |
parent | a11480323307c6315c89ea8ab3cb6e4939550672 (diff) | |
download | heat-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.py | 2 |
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') |