Reviewed: https://review.opendev.org/c/openstack/neutron-vpnaas/+/939246 Committed: https://opendev.org/openstack/neutron-vpnaas/commit/35a5478a24a54dcc384995d66a320720d16d1e00 Submitter: "Zuul (22348)" Branch: master
commit 35a5478a24a54dcc384995d66a320720d16d1e00 Author: Ihar Hrachyshka <ihar.hrachys...@gmail.com> Date: Tue Jan 14 09:42:25 2025 -0500 Register VPN_AGENTS_SCHEDULER_OPTS in plugin config sample Closes-Bug: #2093317 Change-Id: I0278830f4c1517acd1453d6a9e7477640ef4886a ** Changed in: neutron Status: In Progress => Fix Released -- 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: Fix Released 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