Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/oslo/+spec/oslo-config-options-validation. Description: Currently it is possible to specify the data types of config options. Each option class (IntOpt, FloatOpt, etc) defines a converter function, which transforms strings read from config files to values of target data types. Though, it's up to developers to check, that these values are actually eligible (e. g. an int value is within some predefined range). It would be very useful, to have such validators directly in oslo.config Specification URL (additional information): None
Moving to POST based on upstream status (Implemented).