Add install_dependencies to VTN ONOS app
diff --git a/xos/tosca/custom_types/xos.m4 b/xos/tosca/custom_types/xos.m4
index 109fc1d..a9e17e0 100644
--- a/xos/tosca/custom_types/xos.m4
+++ b/xos/tosca/custom_types/xos.m4
@@ -127,6 +127,9 @@
             dependencies:
                 type: string
                 required: false
+            install_dependencies:
+                type: string
+                required: false
             rest_onos/v1/network/configuration/:
                 type: string
                 required: false
@@ -143,6 +146,9 @@
             dependencies:
                 type: string
                 required: false
+            install_dependencies:
+                type: string
+                required: false
             rest_onos/v1/network/configuration/:
                 type: string
                 required: false
diff --git a/xos/tosca/custom_types/xos.yaml b/xos/tosca/custom_types/xos.yaml
index 8b4c669..2dc7c86 100644
--- a/xos/tosca/custom_types/xos.yaml
+++ b/xos/tosca/custom_types/xos.yaml
@@ -273,6 +273,9 @@
             dependencies:
                 type: string
                 required: false
+            install_dependencies:
+                type: string
+                required: false
             rest_onos/v1/network/configuration/:
                 type: string
                 required: false
@@ -296,6 +299,9 @@
             dependencies:
                 type: string
                 required: false
+            install_dependencies:
+                type: string
+                required: false
             rest_onos/v1/network/configuration/:
                 type: string
                 required: false