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
found a hotfix. just find and copy this code from tier0 to tier1 module :
ha_mode=dict(
required=False,
type='str',
default="ACTIVE_ACTIVE",
choices=['ACTIVE_STANDBY', 'ACTIVE_ACTIVE']
),
Describe the bug
Passing ha_mode errors out with:
Unsupported parameters for (nsxt_policy_tier1) module: ha_mode Supported parameters include .........
Reproduction steps
Run any play/task with ha_mode set to "ACTIVE_STANDBY"
Expected behavior
My Tier1 has the HA Mode set to "Not Set" instead of "Active Standby" in the UI
Additional context
No response
The text was updated successfully, but these errors were encountered: