14ec2c67eb
There was already a PortOpt, but this is not composable with ListOpt. The new type inherits from Integer and therefore supports min/max value and choices. For example, openstack/vmware-nsx wants to use this to configure a default list of ports for a firewall rule. Change-Id: I83bbec6add8ce2951e94e69ec14bb6d8137d4f0c
6 lines
201 B
YAML
6 lines
201 B
YAML
---
|
|
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].
|