No router namespace after creating legacy router
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Mirantis OpenStack | Status tracked in 10.0.x | |||||
10.0.x |
Confirmed
|
Medium
|
Inessa Vasilevskaya | |||
8.0.x |
Won't Fix
|
Medium
|
Oleg Bondarev | |||
9.x |
Won't Fix
|
Medium
|
Inessa Vasilevskaya |
Bug Description
After creating legacy router there are no router namespace on all controllers.
In neutron server log we can see:
2015-12-28 15:13:31.396 2490 DEBUG neutron.
2015-12-28 15:13:31.408 2490 DEBUG neutron.
2015-12-28 15:13:31.410 2490 DEBUG oslo_messaging.
But this information didn't mentioned in l3-agent log
Steps:
run script
neutron net-create net_EW_1
neutron subnet-create --name net_EW_1__subnet net_EW_1 10.1.1.0/24
neutron net-create net_EW_2
neutron subnet-create --name net_EW_2__subnet net_EW_2 10.1.2.0/24
neutron router-create --distributed False router_EW
neutron router-gateway-set router_EW admin_floating_net
neutron router-
neutron router-
NODE_1=
NODE_2=
NET_ID_1=$(neutron net-list | grep net_EW_1 | awk '{print$2}')
nova boot vm_EW_1 --flavor 1 --image TestVM --availability-zone nova:$NODE_1 --nic net-id=$NET_ID_1
NET_ID_2=$(neutron net-list | grep net_EW_2 | awk '{print$2}')
nova boot vm_EW_2 --flavor 1 --image TestVM --availability-zone nova:$NODE_2 --nic net-id=$NET_ID_2
After this script there are no qrouter-namespace on controllers
Find on:
VERSION:
feature_groups:
- mirantis
production: "docker"
release: "8.0"
api: "1.0"
build_number: "361"
build_id: "361"
fuel-nailgun_sha: "53c72a9600158b
python-
fuel-agent_sha: "7463551bc74841
fuel-
astute_sha: "c7ca63a4921674
fuel-library_sha: "ba8063d34ff641
fuel-ostf_sha: "889ddb0f1a4fa5
fuel-mirror_sha: "8adb10618bb72b
fuelmenu_sha: "824f6d3ebdc10d
shotgun_sha: "63645dea384a37
network-
fuel-upgrade_sha: "616a7490ec7199
fuelmain_sha: "07d5f1c3e1b352
Attach all logs
Changed in mos: | |
status: | Confirmed → Won't Fix |
Neutron team, what is the user impact of this? Maybe this should be raised to High?