69eb05ae71
This adds a dropdown to enable the user to switch Keystone providers using Keystone to Keystone Federation. Depends-On: I75b1a10a3b40b5544b60f6fdc060e0070c585977 Change-Id: Id39bf8d21c537347cbd23f63eaa3da8cc1bfff46 Implements: blueprint k2k-horizon
12 lines
545 B
YAML
12 lines
545 B
YAML
---
|
|
features:
|
|
- Added Keystone to Keystone (K2K) federation support in Horizon. If Keystone
|
|
is configured with K2K and has service providers, the list of
|
|
Keystone providers will appear in a dropdown. In local_settings.py you can
|
|
optionally set the identity provider display name with
|
|
``KEYSTONE_PROVIDER_IDP_NAME`` or set the provider id that is used to
|
|
compare with the other service providers ``KEYSTONE_PROVIDER_IDP_ID``.
|
|
|
|
[`blueprint k2k-horizon
|
|
<https://blueprints.launchpad.net/horizon/+spec/k2k-horizon>`_].
|