openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #21457
Re: [Nova] Right method to delete a tap interface
* Edgar Magana (emagana@xxxxxxxxxxxx) wrote:
> Hi Chris,
>
> Well, which one should I invoke if I am not using OVS nor LinuxBridge?
> Should I open a bug about having this method included in linux_net.py?
>
> I can take care of adding that method.
I think you could move the opencoded ip link del to a tiny del_tap_dev
helper, replace the relevant opencoded callsites, and then also call
from your context. Alternative would be to simply opencode it yourself.
thanks,
-chris
References