summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjulien zhang <zhang.jun3g@zte.com.cn>2016-05-19 08:21:00 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-05-19 08:21:00 +0000
commit33d6f6274ce67bf7289afd9e7c35258f4b1cd61d (patch)
tree1249759d3dc188b3b87b5d9c771c56bfb01738a4
parent1b23f9a82c6b73b4df23e261d2fa7419665f7ff9 (diff)
parent35d22b24de270981018dd5f798e5cce762ff73f4 (diff)
Merge "Add attributes of address to tosca.nodes.nfv.CP address"
-rw-r--r--tosca2heat/tosca-parser/toscaparser/extensions/nfv/TOSCA_nfv_definition_1_0.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tosca2heat/tosca-parser/toscaparser/extensions/nfv/TOSCA_nfv_definition_1_0.yaml b/tosca2heat/tosca-parser/toscaparser/extensions/nfv/TOSCA_nfv_definition_1_0.yaml
index 69cd38d..660cdc0 100644
--- a/tosca2heat/tosca-parser/toscaparser/extensions/nfv/TOSCA_nfv_definition_1_0.yaml
+++ b/tosca2heat/tosca-parser/toscaparser/extensions/nfv/TOSCA_nfv_definition_1_0.yaml
@@ -72,6 +72,9 @@ tosca.nodes.nfv.CP:
capability: tosca.capabilities.nfv.VirtualBindable
relationship: tosca.relationships.nfv.VirtualBindsTo
node: tosca.nodes.nfv.VDU
+ attributes:
+ address:
+ type: string
tosca.nodes.nfv.VL:
derived_from: tosca.nodes.network.Network