Remove extensions from vnf package wsgi app

Vnf package wsgi app doesn't require extensions
so this patch removes it from composite:vnfpkgmapi_v1.

Change-Id: I724937cd5febc3fd83d8b76a922fae4ed5f5f939
This commit is contained in:
tpatil 2020-03-13 23:08:15 +00:00
parent b4f357f2b3
commit 298d089bff
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ keystone = request_id catch_errors alarm_receiver authtoken keystonecontext exte
[composite:vnfpkgmapi_v1]
use = call:tacker.auth:pipeline_factory
noauth = request_id catch_errors extensions vnfpkgmapp_v1
keystone = request_id catch_errors authtoken keystonecontext extensions vnfpkgmapp_v1
noauth = request_id catch_errors vnfpkgmapp_v1
keystone = request_id catch_errors authtoken keystonecontext vnfpkgmapp_v1
[composite:vnflcm_v1]
use = call:tacker.auth:pipeline_factory