From b7fe697690b11276901c46c9c614312697fc7d28 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 30 Sep 2021 06:20:32 +0000 Subject: [PATCH] Update git submodules * Update tacker from branch 'master' to 52d530b02789d5dbbeb59f90cf08b9222d07d972 - Merge "Add Location to responses of Create VNF Package" - Add Location to responses of Create VNF Package According to SOL005 v3.3.1 Table 9.4.2.3.1-1 [1], the HTTP response shall include a "Location" HTTP header that contains the resource URI of the individual VNF package resource. In order to realize the above, this patch adds a Location header, which includes a URL of a created VNF Package, to responses for `POST {apiRoot}/vnfpkgm/{apiMajorVersion}/vnf_packages` requests. Also, this patch removes unused arguments from methods in ViewBuilder. [1] https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/03.03.01_60/gs_NFV-SOL005v030301p.pdf Signed-off-by: Hiromu Asahina Change-Id: I754afaaf910de0048f4f11e259c644b3e0baea99 Closes-Bug: #1915109 --- tacker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tacker b/tacker index 03fe8aebed..52d530b027 160000 --- a/tacker +++ b/tacker @@ -1 +1 @@ -Subproject commit 03fe8aebedf78a868633250f1e1a236ef55d39e7 +Subproject commit 52d530b02789d5dbbeb59f90cf08b9222d07d972