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
+1 -1
View File
@@ -31,7 +31,7 @@ from nova import config
from nova import context
from nova import db
from nova import exception
from nova.openstack.common import timeutils
from oslo.utils import timeutils
from nova.virt import virtapi
from nova.virt.xenapi import driver as xenapi_driver