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
This commit is contained in:
Sean Dague 2015-12-17 16:27:11 -05:00
parent e7c99f47b8
commit 1d590263ab
1 changed files with 0 additions and 4 deletions

View File

@ -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."""