[3058-mainline] All deleted VNs are showing in Analytics UVE
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R4.0 |
Fix Committed
|
Medium
|
Jack Jonnalagadda | |||
R4.1 |
Fix Committed
|
Medium
|
Jack Jonnalagadda | |||
Trunk |
Fix Committed
|
Medium
|
Jack Jonnalagadda |
Bug Description
In Analytics UVE all the deleted networks are showing. But the same thing got removed from config-api server.
root@nodec59:~# neutron net-list --all
+------
| id | name | subnets |
+------
| 187f0db3-
| 295b182d-
| d8a0bcb3-
+------
From config api server:
-------
{
virtual-networks: [
{
href: "http://
fq_name: [
"default-domain",
"default-project",
"ip-fabric"
],
uuid: "187f0db3-
},
{
href: "http://
fq_name: [
"default-domain",
"default-project",
"default-
],
uuid: "295b182d-
},
{
href: "http://
fq_name: [
"default-domain",
"default-project",
"__link_local__"
],
uuid: "d8a0bcb3-
}
]
}
But if you check the analytics uve it is showing more than 40 vns. All those vns are deleted from UI.
http://
Setup is in the same state. You can use the setup to debug if you need.
Setup details:
--------------
nodec59 - root/c0ntrail123
Build:
------
3058 -ubuntu-mitaka
This is most likely related to /bugs.launchpad .net/juniperope nstack/ +bug/1685334
https:/
we will verify once that's fixed and 'dup' this.