summaryrefslogtreecommitdiff
path: root/nova/api/auth.py
diff options
context:
space:
mode:
authorSean Dague <sean@dague.net>2015-12-17 16:27:11 -0500
committerSean Dague <sean@dague.net>2015-12-18 08:00:28 -0500
commit1d590263ab2d58ff8e8a2edb99c0639a09ec7391 (patch)
tree168b4e518a3b311e8b83d349ba08dc368598926e /nova/api/auth.py
parente7c99f47b86f07a4dbbd293a5f66f0cf3d93294b (diff)
downloadnova-1d590263ab2d58ff8e8a2edb99c0639a09ec7391.tar.gz
remove unused pipeline_factory_v3 alias
This was introduced in Iee75fbd8951c9f246f68a9c75d762335fa5c4b4b (juno) when converting the v3 code to v2.1 to pass grenade tests. This has been unneeded for at least a year. Change-Id: I1a61d7cfe413bbda546d4d3fc1b245ba6cdc28ca
Diffstat (limited to 'nova/api/auth.py')
-rw-r--r--nova/api/auth.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/api/auth.py b/nova/api/auth.py
index 0671b2bb55..0c8fe7c282 100644
--- a/nova/api/auth.py
+++ b/nova/api/auth.py
@@ -79,10 +79,6 @@ def pipeline_factory_v21(loader, global_conf, **local_conf):
return _load_pipeline(loader, local_conf[CONF.auth_strategy].split())
-# NOTE(oomichi): This pipeline_factory_v3 is for passing check-grenade-dsvm.
-pipeline_factory_v3 = pipeline_factory_v21
-
-
class InjectContext(wsgi.Middleware):
"""Add a 'nova.context' to WSGI environ."""