Matvey Kruglov
Matvey Kruglov
### Terraform Version ``` Terraform v1.0.1 on linux_amd64 + provider registry.terraform.io/terraform-provider-openstack/openstack v1.42.0 ``` ### Affected Resource(s) - provider ### Terraform Configuration Files ```hcl terraform { required_version = ">= 0.14.0" required_providers...
Vcpu pinning is a tedious thing and should be automated. New config option `enable_vcpu_pinning` which implies that all vcpus of all vms should be pinned to exactly one host cpu...
Ability to passthrough specified pci host device to vm. Add `hostdev` with vfio driver to `devices` xml section of vm. Host configuration process should be documented in readme. New configuration...
In Networks section, instead of just viewing the networks, to be able to edit the network settings of the host - like DHCP range, reserved addresses, rules, etc. supported by...
Ability to download and upload volume content
Hello, I'm currently using 'github.com/disintegration/imaging' for image transformations and want to encode resulting image to jpeg using mozjpeg with this bindings. But 'disintegration/imaging' library returns images in NRGBA format, which...
Hello! Small change to allow to specify OIDC providers configuration from environment variables Docs pr: https://github.com/semaphoreui/semaphore-docs/pull/51/