Alban P

Results 7 comments of Alban P

It is included in the v2 https://github.com/gophercloud/gophercloud/releases/tag/v2.0.0-beta.1 Include is in the v2 milestone ? https://github.com/terraform-provider-openstack/terraform-provider-openstack/milestone/3

Rebased following the closing of #1654 Waiting for my changes in gophercloud to be released so I can point to a release instead of the commit.

1.9 -> 1.13 Should not have impact on DNS. Perhaps it was a temporary failure ? Can you re-trigger the CI ?

If you unset the external_qos_policy_id it will get/use the external_qos_policy_id value returned by gophercloud. Acting like the value is not managed by terraform.

I'm not sure I'm getting your point there. From my POV it's working as expected. At creation: - If not set: Use the default value from openstack servers - If...

Hello again ! I tried replacing the QoSPolicyID and the GatewayInfo by pointer on the gophercloud side to no avail. ``` type GatewayInfo struct { NetworkID string `json:"network_id,omitempty"` EnableSNAT *bool...

@kayrus I patched my gophercloud from the v1.13.0 tag to do my tests