Skip to content

identity: add RegionID to endpoints - #4000

Open
Sharpz7 wants to merge 1 commit into
gophercloud:mainfrom
Sharpz7:codex/issue-3943-region-id
Open

identity: add RegionID to endpoints#4000
Sharpz7 wants to merge 1 commit into
gophercloud:mainfrom
Sharpz7:codex/issue-3943-region-id

Conversation

@Sharpz7

@Sharpz7 Sharpz7 commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

This adds the missing region_id field to Identity v3 endpoint responses and covers it in the existing list test.

Fixes #3943

Tested: go test ./openstack/identity/v3/endpoints/...

Assisted by Codex

@github-actions github-actions Bot added edit:identity This PR updates identity code semver:minor Backwards-compatible change backport-v2 This PR will be backported to v2 labels Sep 2, 2026
@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 63.519%. remained the same — Sharpz7:codex/issue-3943-region-id into gophercloud:main

@winiciusallan winiciusallan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very straightforward, thanks! Would you mind adding it to the acceptance tests as well?

@@ -58,6 +58,9 @@ type Endpoint struct {
// Region is the region the Endpoint is located in.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps note that this field is deprecated in favor of RegionID in v3.2?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-v2 This PR will be backported to v2 edit:identity This PR updates identity code semver:minor Backwards-compatible change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

identity.v3: Add missing RegionID field on Endpoints

4 participants