diff options
Diffstat (limited to 'tosca/pNF/Definitions/pnf_main_descriptor.yaml')
-rw-r--r-- | tosca/pNF/Definitions/pnf_main_descriptor.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tosca/pNF/Definitions/pnf_main_descriptor.yaml b/tosca/pNF/Definitions/pnf_main_descriptor.yaml index 400efea5..f0064dee 100644 --- a/tosca/pNF/Definitions/pnf_main_descriptor.yaml +++ b/tosca/pNF/Definitions/pnf_main_descriptor.yaml @@ -16,7 +16,7 @@ topology_template: version: 1.0 descriptor_invariant_id: 1111-2222-ccaa-bbdd name: Acme PNF - + pnfExtCp_1: type: tosca.nodes.nfv.PnfExtCp properties: @@ -24,5 +24,5 @@ topology_template: layer_protocols: [ ipv4 ] role: leaf description: External connection point to access Acme myPnf - requirements: - - dependency: myPnf
\ No newline at end of file + requirements: + - dependency: myPnf |