Feature 10920: Monitoring of NFVI-leve VNF metrics form Prometheus TSDB

Change-Id: Icd8632036d01368b72fd44a06678ef9403ee8009
Signed-off-by: vegall <lvega@whitestack.com>
diff --git a/osm_nbi/validation.py b/osm_nbi/validation.py
index 4db456a..9bbde28 100644
--- a/osm_nbi/validation.py
+++ b/osm_nbi/validation.py
@@ -516,6 +516,7 @@
         "vim_password": passwd_schema,
         "vca": id_schema,
         "config": {"type": "object"},
+        "prometheus-config": {"type": "object"},
     },
     "additionalProperties": False,
 }
@@ -540,6 +541,7 @@
         "vim_password": passwd_schema,
         "vca": id_schema,
         "config": {"type": "object"},
+        "prometheus-config": {"type": "object"},
     },
     "required": [
         "name",