openstacksdk/releasenotes/notes/identity-auth-url-f3ae8ef22d2bcab6.yaml
Monty Taylor 72504d7f5b Use auth_url as identity endpoint when not project scoped
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
2019-03-13 21:45:39 +00:00

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.