diff options
Diffstat (limited to 'tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml')
-rw-r--r-- | tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml b/tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml index 86548bc6..f04cd98a 100644 --- a/tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml +++ b/tosca/vCPE/vbng/MainServiceTemplate_sriov.yaml @@ -87,9 +87,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 |