Fix incorrect default value in parameter description

Change-Id: Icf96f0043b954c2be76af1f5ad5ac86d25fe231f
(cherry picked from commit 3442aa5842)
This commit is contained in:
Takashi Kajinami 2020-05-05 15:32:50 +09:00
parent 7ac2032e08
commit 61605fddb3
1 changed files with 2 additions and 2 deletions

View File

@ -55,11 +55,11 @@
#
# [*auth_tenant_name*]
# the keystone tenant name for aodh services
# Optional. Defaults to 'services'
# Optional. Defaults to undef
#
# [*auth_tenant_id*]
# the keystone tenant id for aodh services.
# Optional. Defaults to $::os_service_default.
# Optional. Defaults to undef
#
class aodh::auth (
$auth_password,