diff options
author | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2017-09-25 09:12:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-25 09:12:20 +0000 |
commit | d73e31e7ad477739d34f56a0484acce844338cc4 (patch) | |
tree | 3ccf18d105e66e3cd9bf618f92060d2b141c2e7c /openecomp-be/lib/openecomp-tosca-lib/src/main/resources/config.properties | |
parent | 700b3ef4a004cfa2cdec4c75994695943149c2fb (diff) | |
parent | 31b2ced9ebad2ef143b1892152997dc23c935a5c (diff) |
Merge "Add property"
Diffstat (limited to 'openecomp-be/lib/openecomp-tosca-lib/src/main/resources/config.properties')
-rw-r--r-- | openecomp-be/lib/openecomp-tosca-lib/src/main/resources/config.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openecomp-be/lib/openecomp-tosca-lib/src/main/resources/config.properties b/openecomp-be/lib/openecomp-tosca-lib/src/main/resources/config.properties index d4149dbac6..3b90c809fa 100644 --- a/openecomp-be/lib/openecomp-tosca-lib/src/main/resources/config.properties +++ b/openecomp-be/lib/openecomp-tosca-lib/src/main/resources/config.properties @@ -9,6 +9,7 @@ tosca.entity.namespace.prefix.monitoringUploadType=${tosca.entity.namespace.pref tosca.entity.namespace.prefix.nodeType.vfc=${tosca.entity.namespace.prefix}resource.vfc.nodes. tosca.entity.namespace.prefix.nodeType.network=${tosca.entity.namespace.prefix}resource.vl.nodes. tosca.entity.namespace.prefix.nodeType.connectionPoint=${tosca.entity.namespace.prefix}resource.cp.nodes. +tosca.entity.namespace.prefix.nodeType.external.connectionPoint=${tosca.entity.namespace.prefix}resource.cp.v2. tosca.entity.namespace.prefix.nodeType.abstract=${tosca.entity.namespace.prefix}resource.abstract.nodes. tosca.entity.namespace.prefix.nodeType.rule=${tosca.entity.namespace.prefix}resource.vfc.rules.nodes. |