Merge "Remove extensions from vnf package wsgi app"

This commit is contained in:
Zuul 2020-04-24 00:10:26 +00:00 committed by Gerrit Code Review
commit 1bbbf2145d
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