<div dir="ltr"><div><div>Thanks for your reply Russell.<br><br></div>I installed devstack with latest development releases but I don&#39;t see the namespace created with latest version also. <br><br>~~~</div><div><br></div><div>[stack@devstack-centos-controller devstack]$ grep -i ovn local.conf  | grep -v &quot;#&quot;<br>enable_plugin networking-ovn <a href="https://git.openstack.org/openstack/networking-ovn">https://git.openstack.org/openstack/networking-ovn</a><br>enable_service ovn-northd<br>enable_service ovn-controller<br>enable_service networking-ovn-metadata-agent</div><div><br></div><div>[stack@devstack-centos-controller devstack]$ neutron net-list<br>neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.<br>+--------------------------------------+-----------+----------------------------------------------------------+<br>| id                                   | name      | subnets                                                  |<br>+--------------------------------------+-----------+----------------------------------------------------------+<br>| 786530e0-775b-482c-8149-c6e751c188da | internal1 | dc4961f7-0be3-46be-a545-da7e3a9add8c <a href="http://10.10.10.0/24">10.10.10.0/24</a>       |<br>| 823cab04-68ea-4d02-843d-ab420e2b0709 | private   | 00893897-44b3-42e6-9b2d-568568fae221 fde5:d829:f076::/64 |<br>|                                      |           | 10b1f798-729c-4329-ae0a-65946fee80e4 <a href="http://10.0.0.0/26">10.0.0.0/26</a>         |<br>| e1ddda3d-eab5-46a9-a880-15f4eab0360c | public    | b785fc74-ee29-4d0d-bd1f-234337528024                     |<br>|                                      |           | d49dc742-9709-4e3b-8a45-68333b7af8b1                     |<br>+--------------------------------------+-----------+----------------------------------------------------------+<br></div><div><br></div><div>[stack@devstack-centos-controller devstack]$ ip netns list<br>[stack@devstack-centos-controller devstack]$<br>~~~<br><br></div>Can you please share the steps if you have them handy. <br><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Thanks &amp; Regards,</div>
<div>Vikrant Aggarwal</div><br><span></span><span></span></div></div></div>
<br><div class="gmail_quote">On Tue, Sep 19, 2017 at 1:51 AM, Russell Bryant <span dir="ltr">&lt;<a href="mailto:russell@ovn.org" target="_blank">russell@ovn.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, Sep 15, 2017 at 12:45 AM, Vikrant Aggarwal<br>
&lt;<a href="mailto:ervikrant06@gmail.com">ervikrant06@gmail.com</a>&gt; wrote:<br>
&gt; Hi Folks,<br>
&gt;<br>
&gt; With ovs as mechanism driver in neutron, I used network namespaces often to<br>
&gt; troubleshoot the network related issue especially with instances which are<br>
&gt; not having floating ip attached to them. It&#39;s easy to take ssh session to<br>
&gt; instances without floating ip from network namespace and then take the<br>
&gt; tcpdump at various hops to troubleshoot the issue.<br>
&gt;<br>
&gt; With ovn, hops are reduced as all decisions are made using openflows but<br>
&gt; it&#39;s difficult to troubleshoot the issue.<br>
&gt;<br>
&gt; Do we have any mechanism to take the ssh session to instance with only<br>
&gt; private ip in case of ovn and take tcpdump on logical switches and ports?<br>
<br>
</span>If you&#39;re using the latest Neutron integration (networking-ovn), we<br>
now create namespaces for OpenStack metadata API integration.  You can<br>
use those namespaces like you did before.<br>
<br>
The other option would be to manually create a Neutron port, and then<br>
manually create an interface in a namespace for that Neutron port.  I<br>
can send instructions if needed ...<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Russell Bryant<br>
</font></span></blockquote></div><br></div></div>