pýrus

Results 533 comments of pýrus

@pabclsn according to API, there is no way to create a subnet without an allocation pool, but there is a way to unset it from the existing subnet. I wonder...

Just to sum up, none of these POST requests allow to create a subnet without allocation pools: * `curl -s http://neutron.local/v2.0/subnets -H "X-Auth-Token: ${OS_AUTH_TOKEN}" -d '{"subnet": {"ip_version": 4, "network_id": "UUID",...

only `dns_name` is supported in [https://github.com/gophercloud/gophercloud](https://github.com/gophercloud/gophercloud/blob/d81805417461e59f94e180f4212e4eca1edc25ed/openstack/networking/v2/extensions/dns/requests.go#L43) if you want to use a `dns_domain`, please submit a PR to https://github.com/gophercloud/gophercloud as a workaround you can use the following snippet: ```hcl resource...

@nikParasyr to be honest, I have no idea how to unset these options. My recent commit sets them to `null`, they're still visible in JSON response, but not seen by...

https://access.redhat.com/solutions/7018509 solution: > Delete the {"foo": "bar"} value from the MySQL DB by setting it to empty dictionary

I'm going to close this PR, since keystone API doesn't provide any mechanism to delete extra keys.

@arnaudmorin can you rebase and fix tests?

@xibriz can you share the full debug log along with the TF script? Without knowing the actual JSON response and the line in the code it's not easy to identify...

The https://github.com/gophercloud/gophercloud/pull/3159 should fix an issue