OVN router flavors create OVN router on Neutron restart
Bug #2110060 reported by
Doug Goldstein
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| neutron |
Fix Released
|
High
|
Miguel Lavalle | ||
Bug Description
When I create a router using the UserDefined and then restart Neutron, it will create the router in OVN.
2025-05-05 22:20:37.643 16 WARNING neutron.
2025-05-05 22:20:37.643 16 WARNING neutron.
my neutron.conf has the following:
[ovn]
neutron_sync_mode = repair
| Changed in neutron: | |
| importance: | Undecided → High |
| status: | New → Confirmed |
| Changed in neutron: | |
| assignee: | nobody → Miguel Lavalle (minsel) |
To post a comment you must log in.

Confirmed on master branch deployed with devstack
- Setup the mock UserDefined router flavor as per [1]
- Set in ml2_conf.ini
[ovn]
neutron_sync_mode = repair
- restart neutron server
check `ovn-nbctl list Logical_Router` entry was created. In my case uuid of my mock flavor router was `neutron- 64476970- b7ea-4e40- a5e6-fdbef69deb 48`
_uuid : 0f06bd54- 40a7-432c- 8c8d-685d291f86 a7 availability_ zone_hints" ="", "neutron: revision_ number" ="1", "neutron: router_ name"=f_ router} 64476970- b7ea-4e40- a5e6-fdbef69deb 48 learn_from_ arp_request= "false" , dynamic_ neigh_routers= "true", mac_binding_ age_threshold= "0"}
copp : []
enabled : true
external_ids : {"neutron:
load_balancer : []
load_balancer_group : []
name : neutron-
nat : []
options : {always_
policies : []
ports : []
static_routes : []
[1] https:/ /docs.openstack .org/neutron/ latest/ admin/config- router- flavor- ovn.html