Public bug reported: The core OVN code for Loadbalancers does not support a manual failover from one gateway node to another. But running the command with the OVN provider driver seems to succeed:
$ openstack loadbalancer failover $ID (no output) The code actually does nothing and just returns the provisioning status as ACTIVE. Since it's unsupported by the underlying technology, the provider driver should return an UnsupportedOptionError() to the caller. ** Affects: neutron Importance: Low Assignee: Brian Haley (brian-haley) Status: In Progress ** Tags: ovn-octavia-provider -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1901936 Title: [OVN Octavia Provider] OVN provider loadbalancer failover should fail as unsupported Status in neutron: In Progress Bug description: The core OVN code for Loadbalancers does not support a manual failover from one gateway node to another. But running the command with the OVN provider driver seems to succeed: $ openstack loadbalancer failover $ID (no output) The code actually does nothing and just returns the provisioning status as ACTIVE. Since it's unsupported by the underlying technology, the provider driver should return an UnsupportedOptionError() to the caller. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1901936/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp