utils
utils copied to clipboard
Bumps [github.com/gophercloud/gophercloud/v2](https://github.com/gophercloud/gophercloud) from 2.0.0-beta.2 to 2.0.0-beta.5. Release notes Sourced from github.com/gophercloud/gophercloud/v2's releases. v2.0.0-beta.5 What's Changed Remove error code types by @majewsky in gophercloud/gophercloud#2904 baremetal: add support for servicing by @dtantsur...
TODO: - [ ] Unit tests
This picks up two dropped `err` variables in `openstack/clientconfig`.
### Issue Description When using the Gophercloud utils API client to send batch metrics data to Gnocchi, the client erroneously returns an EOF error, even though the API successfully processes...
Hey there, please add the option to authenticate with OIDC using the `v3oidcaccesstoken` AuthType. Thank you! Best regards, modzilla
Gophercloud utils does not support reading clouds YAML file for default location in Windows & macOS Location are available in [OpenStack SDK Site Specific File Locations](https://docs.openstack.org/os-client-config/latest/user/configuration.html#site-specific-file-locations).
Here I propose a builder for List queries that allows "OR" clauses. With `query.New`, it should be easier to list resources based on repeated properties. For example: get information about...
https://github.com/gophercloud/utils/blob/de873b9cf00d4b57e384f3f8e6a52dfcb290ecd8/openstack/clientconfig/requests.go#L730 call just ignores the HTTPClient member.
We have a regulatory requirement to enable multi-factor auth in our OpenStack deployment, so we want to require users to supply client certificates in addition to their regular password-based credentials....
`clouds.yaml` should support service endpoint override option. This is especially useful for Swift ACL, when objectstorage service client uses the endpoint proposed by keystone catalog, see for details https://github.com/Lirt/velero-plugin-for-openstack/issues/50