yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #57657
[Bug 1462366] Re: nova compute info cache refresh should detach obsolete ports
I tried to reproduce the bugs using following commands
1) neutron port-create <network_id>
2) nova boot --image cirros-0.3.4-x86_64-uec --flavor m1.small --nic port-id=<port_id> test1
3) nova interface-list <server_id>
4) neutron port-delete <port_id>
5) nova interface-list <server_id>
I wasn't able to reproduce the scenario described above. Hence I am
invalidating this bug. If reproducible please feel free to reopen the
bug.
** Changed in: nova
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1462366
Title:
nova compute info cache refresh should detach obsolete ports
Status in OpenStack Compute (nova):
Invalid
Bug description:
Nova conduct periodic task to heal/refresh its info cache. Obsolete
ports should be detached during that process.
commit 4a02d9415f64e8d579d1b674d6d2efda902b01fa
Merge: 9fc5c05 13cf0c2
Author: Jenkins <jenkins@xxxxxxxxxxxxxxxxxxxx>
Date: Thu Jun 4 11:32:03 2015 +0000
Merge "Get rid of oslo-incubator copy of middleware"
To test it, create an instance with neutron ports, and then delete one of the neutron ports by using neutron CLI. The deleted port remains attached
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1462366/+subscriptions
References