summaryrefslogtreecommitdiff
path: root/nova/console
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-08-27 14:58:16 -0400
committerDavanum Srinivas (dims) <davanum@gmail.com>2014-10-14 11:35:05 +0000
commit5e8ce0bbdebac4d04479403e2db7eb200b4dbce6 (patch)
tree1cd57579cb3bf46469e471e27e34f3498c2cb8cf /nova/console
parent52fd9300c2ccf7fc714e267eb4bb49b2aa321df3 (diff)
downloadnova-5e8ce0bbdebac4d04479403e2db7eb200b4dbce6.tar.gz
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
Diffstat (limited to 'nova/console')
-rw-r--r--nova/console/vmrc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/console/vmrc.py b/nova/console/vmrc.py
index e678b10be8..2a4f84d676 100644
--- a/nova/console/vmrc.py
+++ b/nova/console/vmrc.py
@@ -18,10 +18,10 @@
import base64
from oslo.config import cfg
+from oslo.serialization import jsonutils
from nova import exception
from nova.i18n import _LW
-from nova.openstack.common import jsonutils
from nova.openstack.common import log as logging
from nova.virt.vmwareapi import vim_util