Wallaby Series Release Notes¶
8.5.1¶
Bug Fixes¶
Adding the missing
HostDomain
config option. Previously this available type couldn’t been imported because no related config option was defined.
8.4.0¶
New Features¶
Add
HostDomain
to handle address with underscore. Underscore are allowed in domain by RFC1033 [1][2][3].
Add a
--check-defaults
flag tooslo-config-validator
. When set,oslo-config-validator
will compare theinput-file
with the sample generated configuration and flag any discrepancies. It also obeys the standard--exclude-group
and--fatal-warning
options.