rename oslo.concurrency to oslo_concurrency

oslo.concurrency-0.3.0 has moved its path to oslo_concurrency,
the old path oslo.concurrency can still work but is deprecated now.

Change-Id: Iee4290ea681a6295e4c8787b5362f61720dfa911
Closes-Bug: #1398656
This commit is contained in:
ZhiQiang Fan
2014-12-06 12:17:29 +08:00
parent a3c796a0dc
commit e8645863db
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ import shutil
import time
from oslo.config import cfg
from oslo.concurrency import lockutils
from oslo_concurrency import lockutils
from designate.openstack.common import log as logging
from designate.i18n import _LW

View File

@@ -26,7 +26,7 @@ import random
from oslo.config import cfg
from oslo import messaging
from oslo.utils import excutils
from oslo.concurrency import lockutils
from oslo_concurrency import lockutils
from designate.openstack.common import log as logging
from designate.i18n import _LI

View File

@@ -23,7 +23,7 @@ import uuid
import pkg_resources
from jinja2 import Template
from oslo.config import cfg
from oslo.concurrency import processutils
from oslo_concurrency import processutils
from oslo.utils import timeutils
from designate import exceptions