Use oslo.utils

oslo.utils library now provides the functionality previously in
oslo-incubator's excutils, importutils, network_utils, strutils
timeutils, units etc. Some modules already moved to oslo.utils
will still be around since other code in nova/openstack/common/
are using it and will be removed in a subsequent commit.

Change-Id: Idc716342535fdfa680963e0e073ddb46f5f1eb34
This commit is contained in:
Davanum Srinivas
2014-07-30 14:40:43 -07:00
parent 97f60c138c
commit 323fa6fef7
225 changed files with 324 additions and 522 deletions

View File

@@ -19,9 +19,9 @@
import random
from oslo.config import cfg
from oslo.utils import importutils
from nova.i18n import _
from nova.openstack.common import importutils
from nova.openstack.common import log as logging
from nova import utils