router-gateway-clear binds router to agents
Bug #1378066 reported by
Ed Bak
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Low
|
ZongKai LI |
Bug Description
1) Create a router: neutron router-create test
2) Expect no router bindings with:
neutron l3-agent-
3) Clear the gateway: neutron router-
4) Expect no router bindings with:
neutron l3-agent-
This time the command shows that the router is bound to an agent(s).
In the DVR case, this is particularly bad, as the binding may cause namespace creations on the hosts running the L3 agents.
Changed in neutron: | |
status: | New → Confirmed |
importance: | Undecided → Low |
summary: |
- router-gateway-clear creates a namespace and binding on every compute - node + router-gateway-clear binds router to agents |
description: | updated |
Changed in neutron: | |
assignee: | nobody → Xurong Yang (idopra) |
Changed in neutron: | |
milestone: | none → kilo-3 |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | kilo-3 → 2015.1.0 |
To post a comment you must log in.
I was unable to verify that the namespace is provisioned, but the binding is certainly there.
Bear in mind, that clearing a gateway on a router creates the binding even for *NON* DVR routers.