You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After Virtual Router's instance(s) are created, any attempt of CONTEXT vector update causes panic.
panic: interface conversion: interface {} is nil, not []interface {}
This is particularly annoying because you can deploy fully working VR, but you can't reconfigure it, at the same time VR supports many features that can be dynamically enabled/disabled and reconfigured.
Terraform and Provider version
Terraform v1.7.5
on linux_amd64
+ provider registry.terraform.io/opennebula/opennebula v1.4.0
Description
After Virtual Router's instance(s) are created, any attempt of CONTEXT vector update causes panic.
This is particularly annoying because you can deploy fully working VR, but you can't reconfigure it, at the same time VR supports many features that can be dynamically enabled/disabled and reconfigured.
Terraform and Provider version
Affected resources and data sources
opennebula_virtual_router_instance
Terraform configuration
Expected behavior
When I change
ONEAPP_VNF_DNS_ENABLED
from "NO" to "YES" and runterraform apply
I want the VM re-contexted + no errors.Actual behavior
Steps to Reproduce
opennebula_virtual_router
,opennebula_virtual_router_instance_template
, andopennebula_virtual_router_instance
, then apply.opennebula_virtual_router_instance
, then apply.Debug output
No response
Panic output
No response
Important factoids
The
resourceOpennebulaVirtualMachineRead
method seems to be throwing errors.References
No response
The text was updated successfully, but these errors were encountered: