From 9923e9597046dd157f864e852c3a18701f1bd9a6 Mon Sep 17 00:00:00 2001 From: Santosh Kodicherla Date: Tue, 21 Jun 2016 15:27:29 +0000 Subject: [PATCH] Correcting net-mgmt to net_mgmt in sample template files Co-Authored-By: Santosh Kodicherla Co-Authored-By: caoyue Change-Id: Ia2b3fd23599445ba0df35924c90b6a2c68e133dc Closes-Bug:#1577655 --- samples/tosca-templates/vnfd/tosca-vnfd-cpu-dedicate.yaml | 4 ++-- samples/tosca-templates/vnfd/tosca-vnfd-hugepages.yaml | 4 ++-- samples/tosca-templates/vnfd/tosca-vnfd-numacount.yaml | 4 ++-- samples/tosca-templates/vnfd/tosca-vnfd-numadefine.yaml | 2 +- samples/tosca-templates/vnfd/tosca-vnfd-sriov.yaml | 2 +- samples/tosca-templates/vnfd/tosca-vnfd-vcpu-topology.yaml | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/samples/tosca-templates/vnfd/tosca-vnfd-cpu-dedicate.yaml b/samples/tosca-templates/vnfd/tosca-vnfd-cpu-dedicate.yaml index 623e390e0..00b7d45bb 100644 --- a/samples/tosca-templates/vnfd/tosca-vnfd-cpu-dedicate.yaml +++ b/samples/tosca-templates/vnfd/tosca-vnfd-cpu-dedicate.yaml @@ -33,5 +33,5 @@ topology_template: VL1: type: tosca.nodes.nfv.VL properties: - network_name: net-mgmt - vendor: Tacker \ No newline at end of file + network_name: net_mgmt + vendor: Tacker diff --git a/samples/tosca-templates/vnfd/tosca-vnfd-hugepages.yaml b/samples/tosca-templates/vnfd/tosca-vnfd-hugepages.yaml index 2021b2b2d..be99ff4ed 100644 --- a/samples/tosca-templates/vnfd/tosca-vnfd-hugepages.yaml +++ b/samples/tosca-templates/vnfd/tosca-vnfd-hugepages.yaml @@ -32,5 +32,5 @@ topology_template: VL1: type: tosca.nodes.nfv.VL properties: - network_name: net-mgmt - vendor: Tacker \ No newline at end of file + network_name: net_mgmt + vendor: Tacker diff --git a/samples/tosca-templates/vnfd/tosca-vnfd-numacount.yaml b/samples/tosca-templates/vnfd/tosca-vnfd-numacount.yaml index 598050cd7..c640068fe 100644 --- a/samples/tosca-templates/vnfd/tosca-vnfd-numacount.yaml +++ b/samples/tosca-templates/vnfd/tosca-vnfd-numacount.yaml @@ -32,5 +32,5 @@ topology_template: VL1: type: tosca.nodes.nfv.VL properties: - network_name: net-mgmt - vendor: Tacker \ No newline at end of file + network_name: net_mgmt + vendor: Tacker diff --git a/samples/tosca-templates/vnfd/tosca-vnfd-numadefine.yaml b/samples/tosca-templates/vnfd/tosca-vnfd-numadefine.yaml index 67d912c72..80b1071a1 100644 --- a/samples/tosca-templates/vnfd/tosca-vnfd-numadefine.yaml +++ b/samples/tosca-templates/vnfd/tosca-vnfd-numadefine.yaml @@ -42,5 +42,5 @@ topology_template: VL1: type: tosca.nodes.nfv.VL properties: - network_name: net-mgmt + network_name: net_mgmt vendor: Tacker diff --git a/samples/tosca-templates/vnfd/tosca-vnfd-sriov.yaml b/samples/tosca-templates/vnfd/tosca-vnfd-sriov.yaml index 96cb2de51..5239d6375 100644 --- a/samples/tosca-templates/vnfd/tosca-vnfd-sriov.yaml +++ b/samples/tosca-templates/vnfd/tosca-vnfd-sriov.yaml @@ -36,7 +36,7 @@ topology_template: VL1: type: tosca.nodes.nfv.VL properties: - network_name: net-mgmt + network_name: net_mgmt vendor: Tacker VL2: diff --git a/samples/tosca-templates/vnfd/tosca-vnfd-vcpu-topology.yaml b/samples/tosca-templates/vnfd/tosca-vnfd-vcpu-topology.yaml index 593b8fd71..d43ce329b 100644 --- a/samples/tosca-templates/vnfd/tosca-vnfd-vcpu-topology.yaml +++ b/samples/tosca-templates/vnfd/tosca-vnfd-vcpu-topology.yaml @@ -35,5 +35,5 @@ topology_template: VL1: type: tosca.nodes.nfv.VL properties: - network_name: net-mgmt - vendor: Tacker \ No newline at end of file + network_name: net_mgmt + vendor: Tacker