diff options
author | julien zhang <zhang.jun3g@zte.com.cn> | 2016-05-19 08:21:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-19 08:21:00 +0000 |
commit | 33d6f6274ce67bf7289afd9e7c35258f4b1cd61d (patch) | |
tree | 1249759d3dc188b3b87b5d9c771c56bfb01738a4 /tosca2heat/tosca-parser/toscaparser | |
parent | 1b23f9a82c6b73b4df23e261d2fa7419665f7ff9 (diff) | |
parent | 35d22b24de270981018dd5f798e5cce762ff73f4 (diff) |
Merge "Add attributes of address to tosca.nodes.nfv.CP address"
Diffstat (limited to 'tosca2heat/tosca-parser/toscaparser')
-rw-r--r-- | tosca2heat/tosca-parser/toscaparser/extensions/nfv/TOSCA_nfv_definition_1_0.yaml | 3 |
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 |