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
Load Balancer Creation Issue with opentelekomcloud.cloud.loadbalancer
Problem Description
We attempted to create a load balancer in the eu-nl region using the Ansible module opentelekomcloud.cloud.loadbalancer. However, we encountered the following error:
"response": "{\"error_msg\":\"The API does not exist or has not been published in the environment\",\"error_code\":\"APIGW.0101\"
Current Situation
According to OTC support, the Ansible module only uses the v2 API.
Request
Could the module be modified to use the v3 API as well? This would allow us to create load balancers in regions that may only support the newer API version.
Additional Information
Region: eu-nl
Module: opentelekomcloud.cloud.loadbalancer
Current API version: v2
Requested API version: v3
The text was updated successfully, but these errors were encountered:
Load Balancer Creation Issue with opentelekomcloud.cloud.loadbalancer
Problem Description
We attempted to create a load balancer in the eu-nl region using the Ansible module
opentelekomcloud.cloud.loadbalancer
. However, we encountered the following error:Current Situation
According to OTC support, the Ansible module only uses the v2 API.
Request
Could the module be modified to use the v3 API as well? This would allow us to create load balancers in regions that may only support the newer API version.
Additional Information
The text was updated successfully, but these errors were encountered: