Public bug reported: On https://docs.openstack.org I could not find the option vpn_scheduler_driver, vpn_auto_schedule and allow_automatic_vpnagent_failover for vpnaas.
Reference: https://github.com/openstack/neutron-vpnaas/blob/stable/2024.1/neutron_vpnaas/db/vpn/vpn_agentschedulers_db.py VPN_AGENTS_SCHEDULER_OPTS = [ cfg.StrOpt('vpn_scheduler_driver', default='neutron_vpnaas.scheduler.vpn_agent_scheduler' '.LeastRoutersScheduler', help=_('Driver to use for scheduling ' 'router to a VPN agent')), cfg.BoolOpt('vpn_auto_schedule', default=True, help=_('Allow auto scheduling of routers to VPN agent.')), cfg.BoolOpt('allow_automatic_vpnagent_failover', default=False, help=_('Automatically reschedule routers from offline VPN ' 'agents to online VPN agents.')), ] ** Affects: neutron Importance: Undecided Status: New ** Description changed: - On docs.openstack.org I could not find the option vpn_scheduler_driver, - vpn_auto_schedule and allow_automatic_vpnagent_failover for vpnaas with - OVN. - + On https://docs.openstack.org I could not find the option + vpn_scheduler_driver, vpn_auto_schedule and + allow_automatic_vpnagent_failover for vpnaas. Reference: https://github.com/openstack/neutron-vpnaas/blob/stable/2024.1/neutron_vpnaas/db/vpn/vpn_agentschedulers_db.py - VPN_AGENTS_SCHEDULER_OPTS = [ - cfg.StrOpt('vpn_scheduler_driver', - default='neutron_vpnaas.scheduler.vpn_agent_scheduler' - '.LeastRoutersScheduler', - help=_('Driver to use for scheduling ' - 'router to a VPN agent')), - cfg.BoolOpt('vpn_auto_schedule', default=True, - help=_('Allow auto scheduling of routers to VPN agent.')), - cfg.BoolOpt('allow_automatic_vpnagent_failover', default=False, - help=_('Automatically reschedule routers from offline VPN ' - 'agents to online VPN agents.')), + cfg.StrOpt('vpn_scheduler_driver', + default='neutron_vpnaas.scheduler.vpn_agent_scheduler' + '.LeastRoutersScheduler', + help=_('Driver to use for scheduling ' + 'router to a VPN agent')), + cfg.BoolOpt('vpn_auto_schedule', default=True, + help=_('Allow auto scheduling of routers to VPN agent.')), + cfg.BoolOpt('allow_automatic_vpnagent_failover', default=False, + help=_('Automatically reschedule routers from offline VPN ' + 'agents to online VPN agents.')), ] -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2093317 Title: Missing Documentation for vpnaas with ovn Status in neutron: New Bug description: On https://docs.openstack.org I could not find the option vpn_scheduler_driver, vpn_auto_schedule and allow_automatic_vpnagent_failover for vpnaas. Reference: https://github.com/openstack/neutron-vpnaas/blob/stable/2024.1/neutron_vpnaas/db/vpn/vpn_agentschedulers_db.py VPN_AGENTS_SCHEDULER_OPTS = [ cfg.StrOpt('vpn_scheduler_driver', default='neutron_vpnaas.scheduler.vpn_agent_scheduler' '.LeastRoutersScheduler', help=_('Driver to use for scheduling ' 'router to a VPN agent')), cfg.BoolOpt('vpn_auto_schedule', default=True, help=_('Allow auto scheduling of routers to VPN agent.')), cfg.BoolOpt('allow_automatic_vpnagent_failover', default=False, help=_('Automatically reschedule routers from offline VPN ' 'agents to online VPN agents.')), ] To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2093317/+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