From 981b4d79ba2b2b1e73376e92442c5a24d34412b8 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 18 Oct 2024 22:07:14 +0900 Subject: [PATCH] Fix wrong default value in parameter description Apparently we use glance user instead of cinder user for [glance] section by default. Trivial-Fix Change-Id: I063a8c2f1b5fbd06847051409134b7c82eca638c --- manifests/image/glance.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/image/glance.pp b/manifests/image/glance.pp index 65907881..3f440dd7 100644 --- a/manifests/image/glance.pp +++ b/manifests/image/glance.pp @@ -60,7 +60,7 @@ # # [*username*] # (optional) Username -# Defaults to 'cinder' +# Defaults to 'glance' # # [*password*] # (optional) User's password