Merge "Update the examples used for the trusted_dashboard option"

This commit is contained in:
Jenkins 2015-09-22 18:19:23 +00:00 committed by Gerrit Code Review
commit 484f12da7e
1 changed files with 3 additions and 2 deletions

View File

@ -529,8 +529,9 @@ FILE_OPTIONS = {
'token, the origin host must be a member of the ' 'token, the origin host must be a member of the '
'trusted_dashboard list. This configuration ' 'trusted_dashboard list. This configuration '
'option may be repeated for multiple values. ' 'option may be repeated for multiple values. '
'For example: trusted_dashboard=http://acme.com ' 'For example: '
'trusted_dashboard=http://beta.com'), 'trusted_dashboard=http://acme.com/auth/websso '
'trusted_dashboard=http://beta.com/auth/websso'),
cfg.StrOpt('sso_callback_template', default=_SSO_CALLBACK, cfg.StrOpt('sso_callback_template', default=_SSO_CALLBACK,
help='Location of Single Sign-On callback handler, will ' help='Location of Single Sign-On callback handler, will '
'return a token to a trusted dashboard host.'), 'return a token to a trusted dashboard host.'),