From 1d590263ab2d58ff8e8a2edb99c0639a09ec7391 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 17 Dec 2015 16:27:11 -0500 Subject: 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 --- nova/api/auth.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nova/api/auth.py') 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.""" -- cgit v1.2.1