-
Notifications
You must be signed in to change notification settings - Fork 4.8k
bump(github.com/gophercloud/gophercloud): ed590d9afe113c6107cd60717b196155e6579e78 #16321
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
Conversation
…96155e6579e78 Automatic detection of Cinder API version doesn't work. The problem is described in Bugzilla #14907688 (https://bugzilla.redhat.com/show_bug.cgi?id=1490768). The problem is in the gophercloud library that doesn't support HTTP code 300 in pagination. This problem is fixed in PR: gophercloud/gophercloud#383 That's why the gophercloud library version is bumped up to ed590d9afe113c6107cd60717b196155e6579e78
|
flake #16248 |
|
/test cmd |
|
/unassign |
|
/test integration |
|
/approve |
|
/assign @mfojtik |
|
/test integration |
|
/unassign |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eparis, pospispa, rootfs The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
@eparis K8s 1.7 release branch uses this version, i.e. ed590d9afe113c6107cd60717b196155e6579e78 |
|
Any objections to merging @eparis ? |
|
no, clear the hold on monday. |
|
/hold cancel |
|
Automatic merge from submit-queue (batch tested with PRs 15834, 16321, 16353, 15298, 15433) |
Automatic detection of Cinder API version doesn't work.
The problem is described in Bugzilla #14907688 (https://bugzilla.redhat.com/show_bug.cgi?id=1490768).
The problem is in the gophercloud library that doesn't support HTTP code 300 in pagination.
This problem is fixed in PR: gophercloud/gophercloud#383
That's why the gophercloud library version is bumped up to ed590d9afe113c6107cd60717b196155e6579e78
fix https://bugzilla.redhat.com/show_bug.cgi?id=1490768
@rootfs PTAL