72504d7f5b
There are a set of actions in keystone that can be performed without a project scope, but the current discovery code will try to find the identity endpoint in the catalog. Use the auth_url for identity_endpoint_override when there is either no project info or system-scope declaration. Change-Id: Ibab4b2af2ca71fd9bd388829afcf9062431739ec
8 lines
247 B
YAML
8 lines
247 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``auth_url`` will be used for the default value of
|
|
``identity_endpoint_override`` in the absence of project or system-scope
|
|
information. This should simplify some actions such as listing available
|
|
projects.
|