From 61605fddb395e291535b3c9963894c46cbd665fa Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 5 May 2020 15:32:50 +0900 Subject: [PATCH] Fix incorrect default value in parameter description Change-Id: Icf96f0043b954c2be76af1f5ad5ac86d25fe231f (cherry picked from commit 3442aa5842868a2a2313722fb73bf7ac55c84869) --- manifests/auth.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/auth.pp b/manifests/auth.pp index a1733ce3..c96f9f77 100644 --- a/manifests/auth.pp +++ b/manifests/auth.pp @@ -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,