From: vijay.r Date: Wed, 23 Jan 2019 11:02:10 +0000 (+0530) Subject: Bug 584 - Scaling thresholds: IM needs to support decimal values X-Git-Tag: v6.0.0~13 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=64a85fd6a9f21b98c366ab45bce1ecea22bf9878;ds=sidebyside Bug 584 - Scaling thresholds: IM needs to support decimal values Change-Id: Iac92373e5c4c8e4e6e896042febfed737aa1b7fe Signed-off-by: vijay.r --- diff --git a/models/yang/vnfd-base.yang b/models/yang/vnfd-base.yang index ce637d2..8a43cb7 100644 --- a/models/yang/vnfd-base.yang +++ b/models/yang/vnfd-base.yang @@ -721,7 +721,9 @@ module vnfd-base leaf scale-in-threshold { description "Value below which scale-in requests are generated"; - type uint64; + type decimal64{ + fraction-digits 10; + } } leaf scale-in-relational-operation { @@ -735,7 +737,9 @@ module vnfd-base leaf scale-out-threshold { description "Value above which scale-out requests are generated"; - type uint64; + type decimal64{ + fraction-digits 10; + } } leaf scale-out-relational-operation {