-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
openstack: Upgrade to Gophercloud v2 #16911
Conversation
69b16c4
to
b883fc2
Compare
57ce944
to
0b0375d
Compare
/retest |
Essentially: * Add a context argument to Gophercloud functions * Refactor scheduler hints for server creation
/retest |
/test e2e-scenarios-bare-metal |
@pierreprinetti: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In response to this:
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-sigs/prow repository. |
Despite the huge LOC change count, this patch should be relatively straightforward, as it’s almost exclusively the same regex applied all over. Let me know if I can help with the review @zetaab @olemarkus. |
Thank you @pierreprinetti, the review seems pretty straightforward. |
/assign @zetaab |
/lgtm |
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: zetaab 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 |
Gophercloud v1 is frozen and lacks a few improvements that can be found in the v2 branch. This patch bumps Gophercloud to the current v2 branch and makes the required modifications to the kops code.
Essentially:
Incidentally, Gophercloud also got stricter in the accepted response codes. I have changed the mocked
servers.Create
call to return202
instead of201
: docs