Update the examples used for the trusted_dashboard option

The code to check for a trusted dashboard host explicitly
checks for the path /auth/websso in addition to the hostname.

The documentations references this:
http://docs.openstack.org/developer/keystone/federation/websso.html

But we should update the examples used in the sample config.

Change-Id: I595395dc780b3f54d396787678e9d24e5441ab1a
This commit is contained in:
Steve Martinelli 2015-09-21 15:04:35 -04:00
parent fb9fbbafcd
commit c3d28d52bb
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 '
'trusted_dashboard list. This configuration '
'option may be repeated for multiple values. '
'For example: trusted_dashboard=http://acme.com '
'trusted_dashboard=http://beta.com'),
'For example: '
'trusted_dashboard=http://acme.com/auth/websso '
'trusted_dashboard=http://beta.com/auth/websso'),
cfg.StrOpt('sso_callback_template', default=_SSO_CALLBACK,
help='Location of Single Sign-On callback handler, will '
'return a token to a trusted dashboard host.'),