diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml index 12cecb94b0..979cd95b96 100644 --- a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml +++ b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml @@ -116,4 +116,8 @@ capability_types: vfc_instance_group_reference: type: string description: ability to recognize capability per vfc instance group on vnf instance - required: true
\ No newline at end of file + required: true + + org.openecomp.capabilities.FabricConfiguration: + derived_from: tosca.capabilities.Root + description: fabric configuration capability of VFC depended on the VFC's port property
\ No newline at end of file |