Merge "Set default value for [saml]/idp_contact_surname"

This commit is contained in:
Jenkins 2016-09-07 01:58:32 +00:00 committed by Gerrit Code Review
commit 00a146bc8c

View File

@ -115,7 +115,7 @@ This is the given name of the identity provider's contact person.
idp_contact_surname = cfg.StrOpt(
'idp_contact_surname',
default='',
default='Support',
help=utils.fmt("""
This is the surname of the identity provider's contact person.
"""))