IBM: set secret=True on passwd config field
This should carry secret=True to avoid being logged as clear text.
Change-Id: I7d15b9648b3a037589405b9ca9d26aae4a834f15
Closes-bug: 1311943
(cherry picked from commit 4c82fc8223
)
changes/99/90199/1
parent
e06a648571
commit
84650f8970
|
@ -38,7 +38,7 @@ sdnve_opts = [
|
|||
help=_("SDN-VE request/response format")),
|
||||
cfg.StrOpt('userid', default='admin',
|
||||
help=_("SDN-VE administrator user id")),
|
||||
cfg.StrOpt('password', default='admin',
|
||||
cfg.StrOpt('password', default='admin', secret=True,
|
||||
help=_("SDN-VE administrator password")),
|
||||
cfg.StrOpt('integration_bridge', default=None,
|
||||
help=_("Integration bridge to use")),
|
||||
|
|
Loading…
Reference in New Issue