Drop non-ASCII character from manila config
Noticed the issue with packstack deployment
on CentOS 9-Stream[1]. The issue is raised
by puppet when non-utf8 encoding is used like
LANG=en_US or LANG=C.
Other option is to force LANG=en_US.UTF-8
with the deployment but just for this
description help(all other services working fine),
doesn't look good so proposing to drop that non-ASCII
character.
Issue got caught in CentOS 9-Stream only as it
disabled locale forwarding in OpenSSH by default[2].
[1] https://review.opendev.org/c/x/packstack/+/816796
[2] https://bugzilla.redhat.com/show_bug.cgi?id=2002734
Change-Id: Ia99cc5313bed950e3363ae311b741395d60eb57b
(cherry picked from commit 5bf206285d
)
This commit is contained in:
parent
a1f8f4b293
commit
0fb10e6c5d
@ -46,13 +46,13 @@ netapp_transport_opts = [
|
||||
'the storage system or proxy server. Valid values are '
|
||||
'http or https.')),
|
||||
cfg.StrOpt('netapp_ssl_cert_path',
|
||||
help=('The path to a CA_BUNDLE file or directory with '
|
||||
'certificates of trusted CA. If set to a directory, it '
|
||||
'must have been processed using the c_rehash utility '
|
||||
'supplied with OpenSSL. If not informed, it will use the '
|
||||
'Mozilla’s carefully curated collection of Root '
|
||||
'Certificates for validating the trustworthiness of SSL '
|
||||
'certificates.')), ]
|
||||
help=("The path to a CA_BUNDLE file or directory with "
|
||||
"certificates of trusted CA. If set to a directory, it "
|
||||
"must have been processed using the c_rehash utility "
|
||||
"supplied with OpenSSL. If not informed, it will use the "
|
||||
"Mozilla's carefully curated collection of Root "
|
||||
"Certificates for validating the trustworthiness of SSL "
|
||||
"certificates.")), ]
|
||||
|
||||
netapp_basicauth_opts = [
|
||||
cfg.StrOpt('netapp_login',
|
||||
|
Loading…
Reference in New Issue
Block a user