Martin André

Results 38 issues of Martin André

This prevents an UnicodeEncodeError when translation has UTF8 characters.

The [compute job](https://github.com/gophercloud/gophercloud/actions/workflows/functional-compute.yaml?query=workflow%3Afunctional-compute+event%3Aschedule++) is currently failing on zed in the `TestServersActionRebuild` test, [with a timeout](https://github.com/gophercloud/gophercloud/actions/runs/8218277766/job/22474957984): ``` === RUN TestServersActionRebuild compute.go:455: Attempting to create server: ACPTTESTVHhmfkpECDX7XKYw servers_test.go:313: Attempting to rebuild server...

There's a side effect on openstack master when the compute is not available for next test, causing it to fail.

semver:patch

Prior to starting a PR, please make sure you have read our [contributor tutorial](https://github.com/gophercloud/gophercloud/tree/master/docs/contributor-tutorial). Prior to a PR being reviewed, there needs to be a Github issue that the PR...

semver:patch

Add a new CI job that warns about shellcheck issues with severity `error`, and fix all such errors in existing bash files. This should prevent errors such as the one...

Done for the subnet for now, to gather feedback. For #188

semver:patch

Example of how to add mutability for basic (Name, Description) and more complex fields (AllocationPools).

semver:patch

Creating a minimal subnet with: ```yaml apiVersion: openstack.k-orc.cloud/v1alpha1 kind: Network metadata: name: create-minimal spec: cloudCredentialsRef: cloudName: devstack secretName: openstack-clouds managementPolicy: managed resource: description: create-minimal --- apiVersion: openstack.k-orc.cloud/v1alpha1 kind: Subnet metadata:...

Create these two ORC image objects: ```yaml --- apiVersion: openstack.k-orc.cloud/v1alpha1 kind: Image metadata: name: import-error-external-1 spec: cloudCredentialsRef: cloudName: openstack secretName: openstack-clouds managementPolicy: managed resource: name: cirros content: diskFormat: qcow2 download:...

I'm trying to create a subnet with: ```yaml --- apiVersion: openstack.k-orc.cloud/v1alpha1 kind: Subnet metadata: name: create-full-v4 spec: cloudCredentialsRef: cloudName: devstack secretName: openstack-clouds managementPolicy: managed networkRef: create-full-v4 resource: [snip] dnsPublishFixedIP: true...