-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KEYSTONE-578 Add a configurable websso keystone url
Horizon will support an additional WEBSSO_KEYSTONE_URL configuration setting in local/local_settings.py which will be used to perform the WebSSO authentication. This URL takes precedence over OPENSTACK_KEYSTONE_URL which in multi-network deployments might not be reachable from the external network where the identity provider lives. Upstream-ref: https://review.openstack.org/#/c/279758 Depends-On: I30845d821604e754f11123e2b69207090f45459f Change-Id: Iad3cbc7002c0339e40b91edccc4f25a0d4b48a78
- Loading branch information
Roxana Gherle
authored and
ngudanie
committed
Mar 15, 2016
1 parent
6cddba9
commit cf102bf
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
features: | ||
- Adds a new optional WEBSSO_KEYSTONE_URL property to local_settings.py that | ||
will take precedence over OPENSTACK_KEYSTONE_URL for websso authentication | ||
with an external identity provider. | ||
|
||
fixes: | ||
- OPENSTACK_KEYSTONE_URL may not be accessible under some network configurations | ||
<https://launchpad.net/bugs/1544703> |