new option for avoid reaching VIMS at new VNF
Change-Id: Ib27ca4c14a59b391cb73994055a51ab80713e6b5
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/openmano_schemas.py b/openmano_schemas.py
index 7404022..1ea64f6 100644
--- a/openmano_schemas.py
+++ b/openmano_schemas.py
@@ -80,6 +80,7 @@
"http_port": port_schema,
"http_admin_port": port_schema,
"http_host": nameshort_schema,
+ "auto_push_VNF_to_VIMs": {"type":"boolean"},
"vnf_repository": path_schema,
"db_host": nameshort_schema,
"db_user": nameshort_schema,