puppet-oslo/releasenotes/notes/oslo-db-type-50bc9f614d50689a.yaml
Tobias Urdin e1aeb88b38 Add Oslo::Dbconn data type
This a custom data type that moves the regular expression
pattern that we are using in oslo::db to a type so that
we can use it with validate_legacy and after that explicitly
as a data type for the parameters for database connection
strings.

Change-Id: Icbdd8f9dca5749eb9fadb8e3a5fba8dfd5f098d9
2019-02-14 23:15:32 +01:00

6 lines
121 B
YAML

---
features:
- |
Added new Oslo::Dbconn data type that can be used to validate
a database connection pattern.