summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorAdit Sarfaty <asarfaty@vmware.com>2016-07-20 15:14:05 +0300
committerAdit Sarfaty <asarfaty@vmware.com>2016-07-21 14:38:23 +0300
commit15d3ab88f2ddf0c2b7ef60f499d029683a11d513 (patch)
treea67d8fda3be0dd6385fc747b450a32d2ad37e49f /releasenotes/notes
parent61224ce932a520367f8836adbb2220e29b73d54a (diff)
downloadoslo-config-15d3ab88f2ddf0c2b7ef60f499d029683a11d513.tar.gz
Add min and max values to Float type and Opt
Just like Integers, Floats configuration should also have a minimum and maximum possible values. For example, the vmware-nsx plugin needs it for the QoS support. See https://review.openstack.org/#/c/344763/ Change-Id: If1c47444e0c12b68d9d9cb645b8251e4462cfd49
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/add-float-min-max-b1a2e16301c8435c.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/releasenotes/notes/add-float-min-max-b1a2e16301c8435c.yaml b/releasenotes/notes/add-float-min-max-b1a2e16301c8435c.yaml
new file mode 100644
index 0000000..dffb4ad
--- /dev/null
+++ b/releasenotes/notes/add-float-min-max-b1a2e16301c8435c.yaml
@@ -0,0 +1,3 @@
+---
+features:
+ - Added minimum and maximum value limits to FloatOpt. \ No newline at end of file