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
Using vmware.alb.avi_vcenterserver (version 22.1.7 or 30.2.2) to create a vcenterserver for addint to a nsx-t cloud failes in a "list index out of range" error.
Reproduction steps
define the vars for a nsx-t cloud and for a vcenterserver
Describe the bug
Using vmware.alb.avi_vcenterserver (version 22.1.7 or 30.2.2) to create a vcenterserver for addint to a nsx-t cloud failes in a "list index out of range" error.
Reproduction steps
Expected behavior
vcenter gets created and linked to cloud
Additional context
Issue seems to be in file vmware/alb/plugins/module_utils/utils/ansible_utils.py, line 485 (30.2.2) or line 479 (22.1.7). Changing
to
fixes it in a quick and dirty way as we now have to use the uuid instead of the name.
The text was updated successfully, but these errors were encountered: