Bug:tosca.nodes.nfv.CP definition is error
[parser.git] / tosca2heat / tosca-parser / toscaparser / extensions / nfv / TOSCA_nfv_definition_1_0.yaml
index b82250e..69cd38d 100644 (file)
@@ -65,17 +65,13 @@ tosca.nodes.nfv.CP:
       required: false
   requirements:
     - virtualLink:
-        capability: tosca.capabilities.VirtualLinkable
+        capability: tosca.capabilities.nfv.VirtualLinkable
         relationship: tosca.relationships.nfv.VirtualLinksTo
         node: tosca.nodes.nfv.VL
     - virtualBinding:
         capability: tosca.capabilities.nfv.VirtualBindable
         relationship: tosca.relationships.nfv.VirtualBindsTo
         node: tosca.nodes.nfv.VDU
-  attributes:
-    IP_address:
-      type: string
-      required: false
 
 tosca.nodes.nfv.VL:
   derived_from: tosca.nodes.network.Network