Skip to content

feat(openstack): support Keystone v3 domains in OpenStack provider#31

Merged
wixyvir merged 1 commit into
pmsipilot:masterfrom
Sarcouy:feature/keystone-v3-support
May 23, 2026
Merged

feat(openstack): support Keystone v3 domains in OpenStack provider#31
wixyvir merged 1 commit into
pmsipilot:masterfrom
Sarcouy:feature/keystone-v3-support

Conversation

@Sarcouy
Copy link
Copy Markdown

@Sarcouy Sarcouy commented May 22, 2026

Read optional user_domain and project_domain from the [PROV_OPENSTACK] section and forward them to novaclient's Client() as user_domain_name / project_domain_name.

Both default to 'Default' when not set, keeping the existing behaviour for legacy Keystone v2.0 deployments. This unlocks authentication against OpenStack 2025.2 (Keystone v3 only), which otherwise returns:

400 Expecting to find domain in user.

Read optional `user_domain` and `project_domain` from the
[PROV_OPENSTACK] section and forward them to novaclient's
Client() as `user_domain_name` / `project_domain_name`.

Both default to 'Default' when not set, keeping the existing
behaviour for legacy Keystone v2.0 deployments. This unlocks
authentication against OpenStack 2025.2 (Keystone v3 only),
which otherwise returns:

    400 Expecting to find domain in user.

Tested against an OpenStack 2025.2 Kolla deployment (Terralta
POC), with the project living in a non-Default domain.
@wixyvir wixyvir merged commit 0bbc946 into pmsipilot:master May 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants