Aurynn Shaw

Results 10 issues of Aurynn Shaw

> In 4919, following decades of negotiation, the various sovereign Iqiq nations came to an agreement concerning the establishment of a unified planet-wide government for all of the Iqiq. >...

### Welcome - [X] Yes, I've searched similar issues on GitHub and didn't find any. - [X] Yes, the DNS provider exposes a public API. - [X] Yes, I know...

enhancement
new-provider

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Receiving notifications of interactions (Favourites or Boosts) currently generate a new...

suggestion

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior GIF images are currently set to auto play, which is very...

suggestion

### Terraform Version 1.1.8 ### Affected Resource(s) openstack_objectstorage_object_v1 ### Terraform Configuration Files ```hcl resource "openstack_objectstorage_container_v1" "example_container" { name = "example_container" } resource "openstack_objectstorage_object_v1" "load_balanced_server" { container_name = openstack_objectstorage_container_v1.example_container.name name =...

bug

The OpenStack [API](https://docs.openstack.org/api-ref/database/?expanded=create-database-instance-detail) has support for both a volume Size and volume Type parameter, when declaring a new database instance. The [current provider](https://github.com/gophercloud/gophercloud/blob/a1ac165819cd057e431dd1d37f05534ca355fdbe/openstack/db/v1/instances/requests.go#L72) only uses Size as an integer, and...

### Terraform Version ``` Terraform v1.5.7 on darwin_arm64 + provider registry.terraform.io/terraform-provider-openstack/openstack v1.52.1 ``` ### Affected Resource(s) - openstack_orchestration_stack_v1 ### Terraform Configuration Files ```hcl terraform { required_version = "~> 1.5" required_providers...

Fix #1772 Add a DiffSuppressFunc to compare orchestration parameters passed to OpenStack as `jsonencode()`’d values, instead of doing a direct string compare that fails due to OpenStack emitting JSON that...

### Terraform Version ``` terraform -v Terraform v1.9.3 on darwin_arm64 + provider registry.terraform.io/terraform-provider-openstack/openstack v2.1.0 ``` ### Affected Resource(s) - `openstack_orchestration_stack_v1` ### Terraform Configuration Files ```hcl terraform { required_version = ">=...

This will allow users to set accepted HTTP protocols on the Octavia LBaaS Listeners. - [https://github.com/openstack/octavia/blob/c2c5a4ce820abb9251556ca0f31c7c2ac34c66bb/octavia/api/v2/types/listener.py#L65](Link to relevant Octavia code). Overall this looks like a very small change, just adding...