pýrus

Results 533 comments of pýrus

`all_fixed_ips` is used as a computed field. `fixed_ips` may be used as a filter for the data source and as an argument for the resource.

> Do you want me to move the proposed changes into fixed_ips now? sounds fine. please make sure this arg name is not used anywhere else.

@hops thanks for the PR. According to nova API it is possible to update the hostname. Can you implement the hostname update logic as well? https://docs.openstack.org/api-ref/compute/#update-server

@hops feel free to push this to gophercloud

@hops no worries, this will be addressed in #1899. we can implement the remaining updates later without needing a gophercloud update. my goal was to cover all the caveats at...

in order to avoid long waiting, I'm gonna to update gophercloud in a separate PR. UPD: new gophercloud tag is set and merged, you need to rebase your PR on...

@hops please fix the golangci issues as for the microversion, try this approach https://github.com/terraform-provider-openstack/terraform-provider-openstack/blob/3257ac02771dd1f1583db9b96bbd60fc4c432184/openstack/data_source_openstack_compute_flavor_v2.go#L121-L133

@lkdml thanks for your report. However I'm not sure I understand your use case. Do you mean you're trying to manage one `openstack_networking_address_group_v2` neutron resource from different terraform resources/modules? If...

@lkdml you can create a port in advance, then attach it to an instance. regarding the diagram, I don't see a `openstack_networking_address_group_v2` resource there.