diff options
Diffstat (limited to 'tosca/vCPE/vgmux/MainServiceTemplate.yaml')
-rw-r--r-- | tosca/vCPE/vgmux/MainServiceTemplate.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tosca/vCPE/vgmux/MainServiceTemplate.yaml b/tosca/vCPE/vgmux/MainServiceTemplate.yaml index b028db5f..7075c51c 100644 --- a/tosca/vCPE/vgmux/MainServiceTemplate.yaml +++ b/tosca/vCPE/vgmux/MainServiceTemplate.yaml @@ -85,9 +85,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 |