From e422006db57ec71ab60f9a91916b57d9701b984f Mon Sep 17 00:00:00 2001 From: Hiromu Asahina Date: Tue, 25 Jun 2024 17:06:03 +0900 Subject: [PATCH] Fix docstring of v1 Cancel API Fix supported SOL version as Tacker v1 API compliant with v2.6.1 and the current Cancel API meets the SOL003 v2.6.1 specification. Signed-off-by: Hiromu Asahina Change-Id: I197676a3c9a918699830a02eecd24892d543f304 --- tacker/api/vnflcm/v1/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tacker/api/vnflcm/v1/controller.py b/tacker/api/vnflcm/v1/controller.py index cac9dde19..e4fa59543 100644 --- a/tacker/api/vnflcm/v1/controller.py +++ b/tacker/api/vnflcm/v1/controller.py @@ -1610,7 +1610,7 @@ class VnfLcmController(wsgi.Controller): http_client.NOT_FOUND, http_client.CONFLICT)) @validation.schema(vnf_lcm.cancel) def cancel(self, request, id, body): - """SOL003 v3.5.1 5.4.17 Resource: Cancel operation task + """SOL003 v2.6.1 5.4.17 Resource: Cancel operation task @param request: A request object @param id: Identifier of a VNF lifecycle management operation