Replace outdated oslo-incubator middleware

It has graduated to oslo-middleware

DocImpact

Change-Id: I6dbf77ee56b8008ed286e1b7c367a8a94f005498
This commit is contained in:
Abhishek Chanda
2014-10-08 15:39:13 -07:00
committed by Eugeniya Kudryashova
parent e227679cb7
commit 641de5666f
8 changed files with 5 additions and 104 deletions

View File

@@ -17,6 +17,7 @@ Common Auth Middleware.
"""
from oslo.config import cfg
from oslo.middleware import request_id
from oslo.serialization import jsonutils
import webob.dec
import webob.exc
@@ -25,7 +26,6 @@ from nova import context
from nova.i18n import _
from nova.i18n import _LW
from nova.openstack.common import log as logging
from nova.openstack.common.middleware import request_id
from nova import wsgi