-
Notifications
You must be signed in to change notification settings - Fork 260
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
🐛Fix missing endpoint type in OpenStack endpoint clients configuration #1744
🐛Fix missing endpoint type in OpenStack endpoint clients configuration #1744
Conversation
Signed-off-by: Igor Shishkin <[email protected]>
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Welcome @teran! |
Hi @teran. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test Makes sense to me! |
/retest-required |
/test pull-cluster-api-provider-openstack-e2e-test |
make sense, can we create an issue to track this change ? including the potential doc update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lentzi90, teran The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@teran can you help create an issue and link to here then we can merge this? Thanks |
Sure, added and cross-linked :) |
/lgtm |
What this PR does / why we need it:
Cloud configuration allows to set endpoint type option, however it leaves are out luck to be used in service configuration, this PR is going to fix this behaviour and pass endpoint type to all the clients.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fix: #1747
Special notes for your reviewer:
Yes
About tests: I would probably like to add them, but there's no clean way for that because client constructors are impacted and there's no DI in use in that place.
TODOs:
/hold