diff options
Diffstat (limited to 'tosca/vCPE/vbng/MainServiceTemplate.yaml')
-rw-r--r-- | tosca/vCPE/vbng/MainServiceTemplate.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tosca/vCPE/vbng/MainServiceTemplate.yaml b/tosca/vCPE/vbng/MainServiceTemplate.yaml index 03c9adc6..3bff4a38 100644 --- a/tosca/vCPE/vbng/MainServiceTemplate.yaml +++ b/tosca/vCPE/vbng/MainServiceTemplate.yaml @@ -89,9 +89,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 |