pyvcloud icon indicating copy to clipboard operation
pyvcloud copied to clipboard

Fix - can't toggle gateway high availability

Open azzamsa opened this issue 5 years ago • 1 comments

        if ha: # <----
            gateway.Configuration.HaEnabled = E.HaEnabled(ha)

if ha value is set to False the code will never be executed. So that the Gateway High Availability will never be Disabled.

        if ha is not None: # <----
            gateway.Configuration.HaEnabled = E.HaEnabled(ha)

This change is Reviewable

azzamsa avatar Jul 24 '20 06:07 azzamsa

Any update about this?

azzamsa avatar Nov 22 '21 03:11 azzamsa