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

@@ -18,11 +18,11 @@
import math
from Crypto.Random import random
from oslo.concurrency import processutils
from oslo.config import cfg
from oslo.utils import strutils
from oslo.utils import timeutils
from oslo.utils import units
from oslo_concurrency import processutils
from cinder.brick.local_dev import lvm as brick_lvm
from cinder import exception