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.

Closes-Bug: #1398656
Change-Id: I52211d7b7e1db3454c99d27042dae506adb2c41c
This commit is contained in:
Mike Perez
2014-12-19 15:38:11 -08:00
parent 2cde43d8ad
commit 8ddcf590b9
76 changed files with 88 additions and 88 deletions

View File

@@ -11,7 +11,7 @@
# under the License.
from oslo.concurrency import processutils
from oslo_concurrency import processutils
from cinder import exception
from cinder.i18n import _, _LW, _LE