instack-undercloud/releasenotes/notes/domain_params-63ef884e1ee154c0.yaml
Emilien Macchi c0f5264f58 (retry) configure all OpenStack services with default domain
Keystone upstream removed v2.0 APIs so we can't fallback on v2 endpoints
anymore and we have to provide domains parameters to use v3 API.

This patch aims to do it.

Change-Id: I42c8fa4025be8d059ed902eaefc51dc0c21dc581
Co-Authored-By: Juan Antonio Osorio Robles <jaosorior@redhat.com>
Closes-Bug: #1721366
2017-10-06 03:41:44 +00:00

7 lines
213 B
YAML

---
issues:
- |
Keystone v2.0 APIs were removed so we now need to configure
`project_domain_name` and `user_domain_name` to enable v3 API.
We're using the Default domain since it was already in-use.