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
Creating nsx edge cluster fails if cluster_profile_bindings with existing cluster profile is used. Module throws the following error: "msg": "No id exist with display name None
Describe the bug
Creating nsx edge cluster fails if cluster_profile_bindings with existing cluster profile is used. Module throws the following error: "msg": "No id exist with display name None
Reproduction steps
Expected behavior
Edge cluster with specified cluster profile is created.
Additional context
In nsxt_edge_clusters.py line 226 uses wrong key 'profile_name' which always returns null and results in error.
Changing 'profile_name' to 'profile_id' fixes the problem.
The text was updated successfully, but these errors were encountered: