Martin André
Martin André
> > I personally prefer the first approach: the one where the scheduler hints are conflated into the existing `createOpts`. My rationale for that is: `createOptsBuilder` is an interface that...
> > @[dtantsur](https://github.com/dtantsur) dtantsur dismissed [mandre](https://github.com/mandre)’s [stale review](https://github.com/gophercloud/gophercloud/pull/2961#pullrequestreview-1924881263) > > To be clear, I obvious did NOT do that :-/ (I miss gerrit so much) Let me try again, otherwise...
There's a failed conflict resolution in `internal/acceptance/openstack/identity/v3/federation_test.go`.
See also @jtopjian's [comment](https://github.com/gophercloud/gophercloud/pull/2297#issuecomment-994965229) regarding removal of deprecated openstack services, for another perspective. In this case, I don't think that really matters as the plan is to keep supporting a...
For later reference, there is a discussion about the compute extensions in https://github.com/gophercloud/gophercloud/pull/2945.
We should also take the opportunity to bring some consistency in the `List()` functions. Currently we have a mix of [detailed](https://github.com/gophercloud/gophercloud/blob/94e1cbc/openstack/blockstorage/v3/volumes/urls.go#L9-L11) and [non-detailed](https://github.com/gophercloud/gophercloud/blob/9a8ce00/openstack/blockstorage/extensions/backups/urls.go#L17-L19) versions named `List()`. We should also get...
From what I could find searching the gophercloud code base, we have: - blockstorage - volumetransfers extension list is using detail - v3 attachement list is using detail - v3...
@emilmaruszczak looks like you've implemented it all. Is there anything left, or can we close this issue now?
> Just to confirm, this is happening on both the 2.x snapshot releases as well as the 1.13.5 stable build? Correct, I started seeing the same issue with the 1.13.5...
> Great, another question for everyone: Can you confirm you are running the [QPR beta builds](https://developer.android.com/about/versions/14/get-qpr)? I'm not. I'm running the `UQ1A.231205.015` build.