diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-01-28 09:41:07 +0100 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-01-28 09:41:07 +0100 |
commit | 104a06b9cc074d77d46e6b6fc5150a951fb780b7 (patch) | |
tree | d54502d077f5bf32e0d62b41dbcfe6e3301a49e8 /dpo | |
parent | 360a235b1cd90f1c3f551c45e1fcb7f4072b588a (diff) |
Update HV-VES component-spec. Change type integer to number.
Issue-ID: DCAEGEN2-2441
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I2543709f876df6a4646089db3a029802370c0bca
Diffstat (limited to 'dpo')
-rw-r--r-- | dpo/spec/hv-ves-collector.componentspec.json | 4 |
1 files changed, 2 insertions, 2 deletions
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 }, |