identity.v3.Endpoint: make name as optional on creation#3581
Merged
mandre merged 1 commit intogophercloud:mainfrom Jan 3, 2026
Merged
identity.v3.Endpoint: make name as optional on creation#3581mandre merged 1 commit intogophercloud:mainfrom
mandre merged 1 commit intogophercloud:mainfrom
Conversation
Contributor
Author
|
Should we want to drop the If so, I can change this pull request to do it instead of just making it optional. |
mandre
previously approved these changes
Jan 2, 2026
Contributor
Let's make it optional now (and backport to v2) and have another PR that drops it from main (not backported to v2). edit: we should resurrect #3017 for the one that we'll merge to main. |
Contributor
|
@winiciusallan could you resolve the conflict (due to #3584)? |
c5a3592 to
d2e0b94
Compare
Contributor
Author
Done! =) |
mandre
approved these changes
Jan 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
namefield is optional on Endpoint creation following the API reference, but Gophercloud defines this field as required.Links to the line numbers/files in the OpenStack source code that support the
code in this PR:
https://docs.openstack.org/api-ref/identity/v3/index.html#create-endpoint