pýrus

Results 533 comments of pýrus

recheck lbaas

recheck lbaas

I tried to port the https://github.com/openstack/designate/blob/e8c901c32318a4f6bec7cb4f6d95fcc48c57ad73/designate/objects/fields.py#L94 regex in go, but Go doesn't support lookahead assertions: https://groups.google.com/g/golang-nuts/c/7qgSDWPIh_E/m/aKBGgoj8AAAJ Using different regexp may cause inconsistencies. @ozerovandrei we can try to use a https://github.com/dlclark/regexp2...

@Al2Klimov thanks for the bug report. > It shows just %!s() Actually it shows `ERROR', wanted target 'ACTIVE'. last error: %!s()`, which means that openstack returns an `ERROR` status for...

@gkiran292 please enable full debug and paste the output at https://gist.github.com. In addition try to create the same VM using openstack CLI and let me know if it has the...

@gkiran292 to enable debug log run terraform with these env variables: `TF_LOG=DEBUG OS_DEBUG=true terraform apply`

@gkiran292 try to find the relevant part and upload it to https://gist.github.com

You can create BM resources via [openstack_compute_instance_v2](https://registry.terraform.io/providers/terraform-provider-openstack/openstack/latest/docs/resources/compute_instance_v2)

@randomswdev I'd suggest to introduce the user_id support for the https://registry.terraform.io/providers/terraform-provider-openstack/openstack/latest/docs/data-sources/compute_keypair_v2 data source as well.