Train Series Release Notes¶
6.11.3¶
New Features¶
Add
HostDomain
to handle address with underscore. Underscore are allowed in domain by RFC1033 [1][2][3].
6.10.0¶
New Features¶
The
oslo-config-validator
tool now has a new option,--exclude-group
, that allows deployers to ignore certain groups that might not appear in the sample config data, perhaps because the name of the group depends on other configuration values. This way the validator can still be used on the known groups.