Merge "[deploy] image_server_password should be secret"

This commit is contained in:
Zuul 2024-01-16 18:52:55 +00:00 committed by Gerrit Code Review
commit 9dc2567336
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ opts = [
"the http_basic authentication strategy.")),
cfg.StrOpt('image_server_password',
mutable=True,
secret=True,
help=_("Can be used by any authentication strategy that "
"requires password credential. Currently utilized by "
"the http_basic authentication strategy.")),