From: Tomasz Wrobel Date: Thu, 28 Jan 2021 08:41:07 +0000 (+0100) Subject: Update HV-VES component-spec. Change type integer to number. X-Git-Tag: 1.7.0~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=104a06b9cc074d77d46e6b6fc5150a951fb780b7;p=dcaegen2%2Fcollectors%2Fhv-ves.git Update HV-VES component-spec. Change type integer to number. Issue-ID: DCAEGEN2-2441 Signed-off-by: Tomasz Wrobel Change-Id: I2543709f876df6a4646089db3a029802370c0bca --- diff --git a/dpo/spec/hv-ves-collector.componentspec.json b/dpo/spec/hv-ves-collector.componentspec.json index e24f8388..b349dc7c 100644 --- a/dpo/spec/hv-ves-collector.componentspec.json +++ b/dpo/spec/hv-ves-collector.componentspec.json @@ -42,7 +42,7 @@ "value": 300, "description": "Maximum inactive time in seconds for client connections after which client can be disconnected", "sourced_at_deployment": true, - "type": "integer", + "type": "number", "policy_editable": false, "designer_editable": false }, @@ -59,7 +59,7 @@ "value": 5, "description": "Interval in seconds of re-checking the CBS configuration", "sourced_at_deployment": true, - "type": "integer", + "type": "number", "policy_editable": false, "designer_editable": false },