Add timeout_ns_update to the NS update params in valdation.py 82/12082/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 19 May 2022 08:31:52 +0000 (10:31 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 19 May 2022 08:31:52 +0000 (10:31 +0200)
Change-Id: I1def985bd805ecf9320ea548c5f51b2a679ba859
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
osm_nbi/validation.py

index 112461b..5c75522 100644 (file)
@@ -447,6 +447,7 @@ ns_update = {
     "properties": {
         "lcmOperationType": string_schema,
         "nsInstanceId": id_schema,
     "properties": {
         "lcmOperationType": string_schema,
         "nsInstanceId": id_schema,
+        "timeout_ns_update": integer1_schema,
         "updateType": {
             "enum": ["CHANGE_VNFPKG", "REMOVE_VNF", "MODIFY_VNF_INFORMATION"]
         },
         "updateType": {
             "enum": ["CHANGE_VNFPKG", "REMOVE_VNF", "MODIFY_VNF_INFORMATION"]
         },