Feature 10975: adds vim-flavor-id to ns_instantiate_vdu schema 62/13162/2
authorGabriel Cuba <gcuba@whitestack.com>
Wed, 5 Apr 2023 20:24:52 +0000 (15:24 -0500)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 11 Apr 2023 14:35:42 +0000 (16:35 +0200)
Change-Id: Ib638fa9d29f3899bcc4609634d3a99e485152e5d
Signed-off-by: Gabriel Cuba <gcuba@whitestack.com>
osm_nbi/validation.py

index 33ede77..e5c2a03 100644 (file)
@@ -137,6 +137,7 @@ ns_instantiate_vdu = {
     "type": "object",
     "properties": {
         "id": name_schema,
+        "vim-flavor-id": name_schema,
         "volume": {
             "type": "array",
             "minItems": 1,