Switch to nova's jsonutils in oslo.serialization

Very simple import change in each file, just touches a
whole lot of files. jsonutils has graduated into a stand alone
library and has been removed from the oslo-incubator repository.
We should be using the library for all projects.

Change-Id: I09d780a47d377871f357654603ee4b0fa0169d66
This commit is contained in:
Davanum Srinivas
2014-08-27 14:58:16 -04:00
committed by Davanum Srinivas (dims)
parent 52fd9300c2
commit 5e8ce0bbde
175 changed files with 191 additions and 377 deletions

View File

@@ -28,10 +28,10 @@ __all__ = [
from oslo.config import cfg
from oslo import messaging
from oslo.serialization import jsonutils
import nova.context
import nova.exception
from nova.openstack.common import jsonutils
CONF = cfg.CONF
TRANSPORT = None