summaryrefslogtreecommitdiff
path: root/glance_store/common
diff options
context:
space:
mode:
authorCindy Pallares <cindy.pallaresq@gmail.com>2015-03-18 11:41:56 -0500
committerCindy Pallares <cindy.pallaresq@gmail.com>2015-03-19 11:43:42 -0500
commit4d8a752867457d5254e504276c038c6a0a40b962 (patch)
treec1bdaeae8dfe8fffb1d34f2e8122dedda2629ccc /glance_store/common
parentc89bfe2722566f852a93bac966691cf1af2ad29a (diff)
downloadglance_store-4d8a752867457d5254e504276c038c6a0a40b962.tar.gz
Update oslo libraries
Change-Id: I09ab6d5ceea5d0f7e031be100271ed3e2fc3d316
Diffstat (limited to 'glance_store/common')
-rw-r--r--glance_store/common/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glance_store/common/auth.py b/glance_store/common/auth.py
index 790cb0b..3cf1a72 100644
--- a/glance_store/common/auth.py
+++ b/glance_store/common/auth.py
@@ -31,7 +31,7 @@ Keystone (an identity management system).
import httplib2
import logging
-from oslo.serialization import jsonutils
+from oslo_serialization import jsonutils
# NOTE(jokke): simplified transition to py3, behaves like py2 xrange
from six.moves import range
import six.moves.urllib.parse as urlparse