unnecessary L3 rpcs
Bug #1525881 reported by
YAMAMOTO Takashi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-midonet |
In Progress
|
Wishlist
|
YAMAMOTO Takashi | ||
neutron |
Won't Fix
|
Undecided
|
Kevin Benton |
Bug Description
networking-midonet plugin currently issues RPCs for L3-agent unnecessarily.
they are unnecessary as the plugin doesn't use neutron L3-agent at all.
many (not all) of these RPCs are a consequence of using L3_NAT_db_mixin as a base class. the plugin should use L3_NAT_dbonly_mixin instead.
in order to do that, a few RPC assumptions in neutron needs to be fixed.
namely,
- ML2 uses disassociate_
- a few l3 tests unnecessarily assume L3_NAT_db_mixin
description: | updated |
Changed in networking-midonet: | |
assignee: | nobody → YAMAMOTO Takashi (yamamoto) |
milestone: | none → 2.0.0 |
status: | New → In Progress |
description: | updated |
Changed in neutron: | |
assignee: | nobody → YAMAMOTO Takashi (yamamoto) |
status: | New → In Progress |
Changed in neutron: | |
status: | Incomplete → In Progress |
Changed in networking-midonet: | |
importance: | Undecided → Wishlist |
Changed in neutron: | |
assignee: | YAMAMOTO Takashi (yamamoto) → Kevin Benton (kevinbenton) |
Changed in networking-midonet: | |
milestone: | 2.0.0 → 3.0.0 |
Changed in networking-midonet: | |
milestone: | 3.0.0 → 4.0.0 |
Changed in networking-midonet: | |
milestone: | 4.0.0 → none |
Changed in neutron: | |
status: | Incomplete → Won't Fix |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/257467
Review: https:/