FIP ns created on network node for DVR
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
In Progress
|
Low
|
sunzuohua |
Bug Description
I have a devstack with following configuration:
network nodes:
/etc/
[default]
agent_mode = dvr_snat
compute nodes:
/etc/
[default]
agent_mode = dvr_no_external
The reproduction steps
1.Launch VM and assign floating IP to it
2.Check namespace on network nodes.
3.You can see fip namespace on network nodes.
I guess the problem is that DvrLocalRouter is the inherited class of DvrEdgeRouter.
DvrLocalRouter will not create fip namespace only on nodes with "dvr_no_external" mode[1].
[1]https:/
Mybe DvrLocalRouter should not create fip namespace on nodes with "dvr_no_external" and "dvr_snat" mode.
tags: | added: dvr |
Changed in neutron: | |
assignee: | nobody → sunzuohua (zuohuasun) |
Changed in neutron: | |
status: | New → Confirmed |
importance: | Undecided → Low |
This is as per design. The fip namespace gets created when gateway is enabled. This will be used for floating ip.created on an all in one node.