<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 12, 2016 at 4:50 PM, Neil Jerram <span dir="ltr"><<a href="mailto:neil@tigera.io" target="_blank">neil@tigera.io</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I'm trying Kuryr with networking-calico and think I've hit an unhelpful inconsistency.  A Neutron port has 'id' and 'device_id' fields that are usually different.  When Nova does VIF binding for a Neutron port, it generates the Linux device name from 'tap' + port['id'].  But when Kuryr does VIF binding for a Neutron port, I think it generates the Linux device name from 'tap' + port['device_id'].<br><br>Thoughts?  Does that sound right, or have I misread the code and my logs?  If it's correct, it marginally impacts the ability to use identical agent and Neutron driver/plugin code for the two cases (Nova and Kuryr).<br></div></blockquote><div><br></div><div>I think we are supposed to behave like Nova, binding wise.<br><br></div><div>@Banix: Can you confirm that it is a bug and not a feature?<br><br></div><div>From a quick grepping I see hat nova sets the name to be:<br><br>    nova/network/neutronv2/api.py:                devname = "tap" + current_neutron_port['id']<br><br></div><div>Whereas in Kuryr we use the first 8 characters of the Docker endpoint id.<br> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br>Thanks,<br>    Neil<div><br></div></div>
<br>__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div></div>