yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #69602
[Bug 1735571] Re: Fullstack vm fixture can't be destroyed when linuxbridge is used
Reviewed: https://review.openstack.org/524541
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=dd3abf8ee846eb95946d45b31fe7b0fd280005a2
Submitter: Zuul
Branch: master
commit dd3abf8ee846eb95946d45b31fe7b0fd280005a2
Author: Sławek Kapłoński <slawek@xxxxxxxxxxxx>
Date: Fri Dec 1 09:34:15 2017 +0000
[Fullstack] Fix destroy of VM fixture
When FakeFullstackMachine is connected to Linuxbridge
instead of Open vSwitch bridge, bridge object don't have
delete_port() method and it is not necessary to remove
"tap" device from host namespace.
This device will be removed together with deletion of
VM namespace.
Change-Id: I57a2ef84104b0951d77a8fc79265236d8d8dddf4
Closes-Bug: #1735571
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1735571
Title:
Fullstack vm fixture can't be destroyed when linuxbridge is used
Status in neutron:
Fix Released
Bug description:
Fullstack VM fixture has got "destroy()" method which is used to simulate deletion of VM.
Unfortunately when such VM is managed by Linuxbridge agent and bridge device don't have "delete_port()" method.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1735571/+subscriptions
References