cfg.StrOpt('admin_user',
help=_("Admin username")),
cfg.StrOpt('admin_password',
- help=_("Admin password")),
+ help=_("Admin password"),
+ secret=True),
cfg.StrOpt('admin_tenant_name',
help=_("Admin tenant name")),
cfg.StrOpt('auth_url',
cfg.StrOpt('admin_user',
help=_("Admin user")),
cfg.StrOpt('admin_password',
- help=_("Admin password")),
+ help=_("Admin password"),
+ secret=True),
cfg.StrOpt('admin_tenant_name',
help=_("Admin tenant name")),
cfg.StrOpt('auth_url',
help=_("TCP Port used by Nova metadata server.")),
cfg.StrOpt('metadata_proxy_shared_secret',
default='',
- help=_('Shared secret to sign instance-id request'))
+ help=_('Shared secret to sign instance-id request'),
+ secret=True)
]
def __init__(self, conf):
cfg.StrOpt('admin_user',
help=_("Admin user")),
cfg.StrOpt('admin_password',
- help=_("Admin password")),
+ help=_("Admin password"),
+ secret=True),
cfg.StrOpt('admin_tenant_name',
help=_("Admin tenant name")),
cfg.StrOpt('auth_url',
help=_("A comma separated list of servers and port numbers "
"to proxy request to.")),
cfg.StrOpt('serverauth', default='username:password',
- help=_("Server authentication")),
+ help=_("Server authentication"),
+ secret=True),
cfg.BoolOpt('serverssl', default=False,
help=_("Use SSL to connect")),
cfg.BoolOpt('syncdata', default=False,
cfg.StrOpt('admin_user',
help=_("Admin user")),
cfg.StrOpt('admin_password',
- help=_("Admin password")),
+ help=_("Admin password"),
+ secret=True),
cfg.StrOpt('admin_tenant_name',
help=_("Admin tenant name")),
cfg.StrOpt('auth_url',