projects
/
osm
/
IM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06c5490
)
Changes monitoring-param-ref from leafref as there could be monitoring parameters...
32/9932/2
author
garciaale
<agarcia@whitestack.com>
Mon, 2 Nov 2020 20:52:40 +0000
(17:52 -0300)
committer
guzman
<jmguzman@whitestack.com>
Tue, 10 Nov 2020 14:11:32 +0000
(15:11 +0100)
Change-Id: Ie263665428334edee8571b18d023adf12f6ed7cf
Signed-off-by: garciaale <agarcia@whitestack.com>
models/augments/scaling.yang
patch
|
blob
|
history
diff --git
a/models/augments/scaling.yang
b/models/augments/scaling.yang
index
049ebc7
..
647edf1
100644
(file)
--- a/
models/augments/scaling.yang
+++ b/
models/augments/scaling.yang
@@
-135,9
+135,8
@@
module scaling {
description
"Reference to the VNF level monitoring parameter
that is aggregated";
- type leafref {
- path "/vnfd:vnfd/vnfd:df/vnfd:monitoring-parameter/vnfd:id";
- }
+ type string;
+
}
}
}
@@
-166,4
+165,4
@@
module scaling {
augment "/vnfd:vnfd/vnfd:df/vnfd:scaling-aspect" {
uses extended-scaling;
}
-}
\ No newline at end of file
+}