NSXv3: Hide client auth password

Change-Id: Ib16eb4d867249aa511416d7af7492aa37f399f6d
This commit is contained in:
Anna Khmelnitsky 2017-04-03 13:30:09 -07:00
parent 233b7bb2b1
commit 7cdd70e681

View File

@ -280,6 +280,7 @@ nsx_v3_opts = [
help=_("File to contain client certificate and private key")),
cfg.StrOpt('nsx_client_cert_pk_password',
default="",
secret=True,
help=_("password for private key encryption")),
cfg.StrOpt('nsx_client_cert_storage',
default='nsx-db',