File: add-port_type-8704295c6a56265d.yaml

package info (click to toggle)
python-oslo.config 1%3A8.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,192 kB
  • sloc: python: 10,740; makefile: 30; sh: 10
file content (5 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (5)
1
2
3
4
5
---
features:
  - Integer and Float now support *min*, *max* and *choices*. Choices must
    respect *min* and *max* (if provided).
  - Added Port type as an Integer in the closed interval [0, 65535].