Stephen Finucane
Stephen Finucane
Go runs tests in parallel for different packages in parallel. The AZ add/remove host test was adding and removing hosts from an AZ and if this ran at the same...
**What this PR does / why we need it**: Set revision ID when adding/removing security groups from a port. **Which issue this PR fixes(if applicable)**: Fixes #2630 **Special notes for...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature (it's a feature'y bug :smile:) **What happened**: Neutron doesn't provide a way to add or remove port security groups individually....
Useful breadcrumb for people who do not touch openshift/release as often as they probably should. This is half-baked. I'm mainly pushing to see if it's a good idea. If it...
Currently, the following invocation will fail due to the space after the comma in the CSV list: ``` build 4.18, openshift-release/csi-operator#275 ``` Start stripping whitespace and allow this to succeed.
Fixes #364.
**Issue description** I attempted to run all tests in a file using the following: ```shell tox -e functional-py310 -- -n nova//tests/functional/api_sample_tests/test_hosts.py ``` which run the following under the hood: ```shell...
Fixes #3207 This means we can identify a service by either its type or any of its official aliases, which is the expectation when it comes to navigating the service...
The [OpenStack Service Types Authority](https://service-types.openstack.org/) is the central authority for handing out service types to projects for their services. Per the docs for same: > Each OpenStack service with a...
/kind feature **Describe the solution you'd like** (Heads up: this is speculative based on code inspection. I have not yet attempted to reproduce the scenarios described here to prove things...