From 6a859da4bc461edca5ff5a12ae217613db599f52 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 25 Jan 2022 10:55:28 +0900 Subject: [PATCH] Fix wrong service user name in parameter description Change-Id: I32dcaf02af85d3bf44cecce13fadf8520025d66f --- manifests/keystone/auth.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/keystone/auth.pp b/manifests/keystone/auth.pp index 68f600e..ba2020e 100644 --- a/manifests/keystone/auth.pp +++ b/manifests/keystone/auth.pp @@ -20,7 +20,7 @@ # Defaults to 'services'. # # [*roles*] -# (Optional) List of roles assigned to aodh user. +# (Optional) List of roles assigned to cloudkitty user. # Defaults to ['admin'] # # [*system_scope*] @@ -28,7 +28,7 @@ # Defaults to 'all' # # [*system_roles*] -# (Optional) List of system roles assigned to aodh user. +# (Optional) List of system roles assigned to cloudkitty user. # Defaults to [] # # [*configure_endpoint*]