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
Describe the bug
When creating a VLAN subnet with an IPAM configuration in a PC with multiple PEs registered, the following error is shown: fatal: [localhost]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10"}, "changed": false, "error": "HTTP Error 422: UNPROCESSABLE ENTITY", "msg": "Failed fetching URL: https://10.68.97.150:9440/api/nutanix/v3/subnets", "response": null, "status_code": 422} To Reproduce
Steps to reproduce the behavior:
sample subnet section used:
Describe the bug
When creating a VLAN subnet with an IPAM configuration in a PC with multiple PEs registered, the following error is shown:
fatal: [localhost]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10"}, "changed": false, "error": "HTTP Error 422: UNPROCESSABLE ENTITY", "msg": "Failed fetching URL: https://10.68.97.150:9440/api/nutanix/v3/subnets", "response": null, "status_code": 422}
To Reproduce
Steps to reproduce the behavior:
sample subnet section used:
Stack trace
Expected behavior
VLAN subnet with IPAM section gets created successfully.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: