Matthew Booth
Matthew Booth
I'm working on an e2e test suite which uses Ginkgo, specifically https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/82bc42efb0485efeddd3a3907cfdf553d529c2c8/test/e2e/suites/e2e/e2e_test.go There are lots of problems here, but to avoid too many rabbit holes I want to concentrate on...
In OpenStack Nova we're wrapping access to the libvirt library in tpool.Proxy using autowrap. We wrap the initial connection and trust autowrap to take it from there: `return tpool.Proxy(obj, autowrap=self._libvirt_proxy_classes)`...
/kind bug **What happened**: This is primary a placeholder and a link to https://bugzilla.redhat.com/show_bug.cgi?id=2042976 We think that OpenStack CCM may be affected by the same issue. While we will work...
**What this PR does / why we need it**: The purpose of this PR is to be able to run envtests using mock clients instead of real ones. This PR...
/kind bug A 'fat finger' bug we have seen more than once in the wild now involves the user accidentally updating cloud credentials with *valid* credentials for the *wrong cloud*....
/kind feature **Describe the solution you'd like** Ports should have a superset of the functionality of Networks, with one exception. Networks allow the creation of multiple ports from a single...
/kind feature # Goals This feature intends to support deployments where the user wants to distribute their cluster's control plane across multiple failure domains. A failure domain describe a set...
This is a PoC, and came out of a discussion with @pierreprinetti about https://github.com/gophercloud/utils/pull/190 I've only implemented it for Networks, as that should be sufficient for discussion. I have changed...
TL;DR This isn't really a bug report; it's more of a feature request. The structure of the services controller is nothing like I have ever seen. It's extremely hard to...
I see `checksums.txt` has a detached signature in the release artifacts, which is great. However, I can't find the key anywhere to verify it. Is it published somewhere? ``` >...