From e1b63938ca5f50812936abc79858929a876ced0d Mon Sep 17 00:00:00 2001 From: Haibin Huang Date: Sat, 24 Nov 2018 10:42:41 +0000 Subject: Change metadata from integer to string Change-Id: Iebc1d670fdf79b2700b164a9edad8d15b7d9209f Issue-ID: INT-746 Signed-off-by: Haibin Huang --- tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml') diff --git a/tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml b/tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml index 0f9dcd7c..ee4f56f8 100644 --- a/tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml +++ b/tosca/vCPE/vgmux/MainServiceTemplate_sriov.yaml @@ -84,9 +84,9 @@ topology_template: description: dcae collector ip default: 10.0.4.102 dcae_collector_port: - type: integer + type: string description: dcae collector port - default: 8080 + default: "8080" pub_key: type: string description: ssh public key -- cgit 1.2.3-korg