Admin add/delete router interface will get error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DragonFlow |
In Progress
|
Medium
|
Hong Hui Xiao |
Bug Description
With a newly deployed devstack(ml2 mech_drvier enabled), I want to add a router interface to the router1. My login tenant/user is admin admin. However, I get error [1]. The same behavior will have no error in legacy neutron.
After checking the DB, router is in the lrouter table of df db. But it is in the demo tenant, while the new router interface will be in admin tenant. So there will be no result at code [2].
Dragonflow should not restrict router and router_port in one tenant, as neutron already checked the tenant/admin relationship. If router_port is created in neutron db, it should also be created in df.
[1] http://
[2] https:/
Changed in dragonflow: | |
assignee: | nobody → Hong Hui Xiao (xiaohhui) |
Changed in dragonflow: | |
importance: | Undecided → Medium |
Fix proposed to branch: master /review. openstack. org/360404
Review: https:/