Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove name property from endpoints.CreateOpts #3016

Open
manji-0 opened this issue Mar 28, 2024 · 1 comment · May be fixed by #3017
Open

Remove name property from endpoints.CreateOpts #3016

manji-0 opened this issue Mar 28, 2024 · 1 comment · May be fixed by #3017

Comments

@manji-0
Copy link

manji-0 commented Mar 28, 2024

https://github.com/gophercloud/gophercloud/blob/master/openstack/identity/v3/endpoints/requests.go#L22

The name parameter is not required. According to the API specification, it is an unnecessary property that is not even optional.

Ref: https://docs.openstack.org/api-ref/identity/v3/#create-endpoint

So, it should be deleted from CreateOpts.

@manji-0 manji-0 changed the title Remove property from endpoints.CreateOpts Remove name property from endpoints.CreateOpts Mar 28, 2024
Copy link

Thank you for reporting your first issue! Be sure that we will be looking at it, but keep in mind
this sometimes takes a while.
Please let the maintainers know if your issue has not got enough attention after a few days.
If any doubt, please consult our issue tutorial.

@manji-0 manji-0 linked a pull request Mar 28, 2024 that will close this issue
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 a pull request may close this issue.

1 participant