aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/Generic_VFC/Generic_VFC.yml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/heat-types/Generic_VFC/Generic_VFC.yml')
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/Generic_VFC/Generic_VFC.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/Generic_VFC/Generic_VFC.yml b/catalog-be/src/main/resources/import/tosca/heat-types/Generic_VFC/Generic_VFC.yml
index 71a93bcc0b..1b0525d343 100644
--- a/catalog-be/src/main/resources/import/tosca/heat-types/Generic_VFC/Generic_VFC.yml
+++ b/catalog-be/src/main/resources/import/tosca/heat-types/Generic_VFC/Generic_VFC.yml
@@ -47,4 +47,9 @@ node_types:
required: false
status: supported
constraints:
- - greater_or_equal: 1 \ No newline at end of file
+ - greater_or_equal: 1
+ skip_post_instantiation_configuration:
+ type: boolean
+ default: true
+ constraints:
+ - valid_values: [true,false] \ No newline at end of file