Fix typo in warning message

Change-Id: I53e794088bfac13785776b6265cc0f23e1c20d91
This commit is contained in:
Takashi Kajinami 2022-04-15 11:41:58 +09:00
parent d3623fe039
commit 4fcbddc632
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ define oslo::db(
} }
if $use_tpool != undef { if $use_tpool != undef {
warning('The use_tepool parameter is deprecated and will be removed in a future release.') warning('The use_tpool parameter is deprecated and will be removed in a future release.')
} }
$database_options = { $database_options = {