Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opentelekomcloud.cloud.loadbalancer: Support for v3 API #349

Open
robolke opened this issue Sep 19, 2024 · 1 comment
Open

opentelekomcloud.cloud.loadbalancer: Support for v3 API #349

robolke opened this issue Sep 19, 2024 · 1 comment

Comments

@robolke
Copy link

robolke commented Sep 19, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@robolke and others