-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
rebase gophercloud to support HTTP status 300 in pagination, so listingng Cinder v1/v2 API versions won't break #47602
Conversation
/assign @NickrenREN @anguslees |
+1 LGTM |
/approve |
…ng Cinder v1/v2 API versions won't break Signed-off-by: Huamin Chen <hchen@redhat.com>
@k8s-bot pull-kubernetes-verify test this |
@brendandburns can you approve? thanks |
@k8s-bot pull-kubernetes-federation-e2e-gce test this |
/approve |
@rootfs we need an issue to approve. given code freeze. |
/cc @k8s-sig-openstack-bugs |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: NickrenREN, brendandburns, eparis, rootfs No associated issue. Update pull-request body to add a reference to an issue, or get approval with The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@brendandburns Thanks, I opened issue #47651 |
Automatic merge from submit-queue (batch tested with PRs 46151, 47602, 47507, 46203, 47471) |
All 1.6.x and 1.7.x releases broken for now (can not work with cinder). |
This is really affecting us too on 1.7 Any chance in backporting? /label cherrypick-candidate :) |
@delfer @stuart-warren what error message did you see when you hit this issue? |
@rootfs When kubernetes asks openstack for cinder endpoints it got http error 300 - multiple choices. Means var variants: http://cinder_api/v1, http://cinder_api/v2, http://cinder_api/v3 |
@delfer @stuart-warren cherry-pick PR opened. @idvoretskyi can you approve 1.7 cherry pick PR #49026? Thanks |
Removing label |
Commit found in the "release-1.7" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
Will this make it into 1.7.3? I didn't see it in 1.7.2 release or changelog |
Can confirm problem on 1.7.2
Please, |
/cc @wojtek-t |
@jamiehannaford @delfer 1.7 cherrypick landed in release-1.7 branch a day ago. It should be in next 1.7 release. |
Got this on 1.7.2 |
yep, same here.. as a temporary workaround one can add the following chunk to your cloud provider conf file, in case if you use Cinder v2:
|
What this PR does / why we need it:
Since Cinder block v1/v2 support lands in 1.7, we have to ensure Cinder block api list won't fail due to gophercloud/gophercloud#384.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #47651Special notes for your reviewer:
@anguslees @NickrenREN
Release note: