diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-03-15 13:20:10 +0100 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-03-15 13:20:10 +0100 |
commit | 5ff6820d13c499828312bd736f485051a450c4f0 (patch) | |
tree | 4f3430c7717c91dbcaf5d7c057e68e36c8f74661 /dcae-analytics | |
parent | b121ee76b1e823d403779a8c5645a4d56ead18ea (diff) |
Fix component-spec property types
Issue-ID: DCAEGEN2-2672
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: If7d157b959ff3e2998d6016e3952fe9c1acaf054
Diffstat (limited to 'dcae-analytics')
-rw-r--r-- | dcae-analytics/dpo/tcagen2_spec.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dcae-analytics/dpo/tcagen2_spec.json b/dcae-analytics/dpo/tcagen2_spec.json index 00cf73f..2e4cb82 100644 --- a/dcae-analytics/dpo/tcagen2_spec.json +++ b/dcae-analytics/dpo/tcagen2_spec.json @@ -97,7 +97,7 @@ }, { "name": "tca.enable_abatement", - "value": "true", + "value": true, "description": "Enables / Disables TCA Alerts Abatement", "designer_editable": true, "sourced_at_deployment": false, @@ -107,7 +107,7 @@ }, { "name": "tca.enable_ecomp_logging", - "value": "true", + "value": true, "description": "Enables / Disables ECOMP Logging", "designer_editable": true, "sourced_at_deployment": false, @@ -117,7 +117,7 @@ }, { "name": "tca.aai.enable_enrichment", - "value": "true", + "value": true, "description": "Enables / Disables TCA A&AI Enrichment", "designer_editable": true, "sourced_at_deployment": true, |