Merge "Hide [share] image_password from log"

This commit is contained in:
Zuul 2024-10-25 21:15:50 +00:00 committed by Gerrit Code Review
commit 1a3372d25c

View File

@ -308,6 +308,7 @@ ShareGroup = [
default="manila", default="manila",
help="Image username."), help="Image username."),
cfg.StrOpt("image_password", cfg.StrOpt("image_password",
secret=True,
help="Image password. Should be used for " help="Image password. Should be used for "
"'image_with_share_tools' without Nova Metadata support."), "'image_with_share_tools' without Nova Metadata support."),
cfg.StrOpt("client_vm_flavor_ref", cfg.StrOpt("client_vm_flavor_ref",