<div dir="ltr"><div>Hi all,</div><div><br></div>I am trying to attach more then one port to a vm, from horizon it shows it attached but internally when I checked the IP was not s added.<div><br></div><div>console log was:</div><div><br></div><div><pre class="m_894892231032144965gmail-prettyprint" style="font-family:Menlo,Monaco,"Courier New",monospace;font-size:12.025px;margin-top:0px;margin-bottom:18px;background-color:rgb(245,245,245);padding:2px;color:rgb(51,51,51);border-radius:4px;line-height:18px;border:1px solid rgb(136,136,136);white-space:pre-wrap;word-break:break-all;word-wrap:break-word;clear:both"><code style="font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;padding:0px;color:inherit;border-radius:3px;background-color:transparent;border:0px;clear:both"><span class="m_894892231032144965gmail-kwd" style="color:rgb(0,0,136)">if</span><span class="m_894892231032144965gmail-pun" style="color:rgb(102,102,0)">-</span><span class="m_894892231032144965gmail-pln" style="color:rgb(0,0,0)">info</span><span class="m_894892231032144965gmail-pun" style="color:rgb(102,102,0)">:</span><span class="m_894892231032144965gmail-pln" style="color:rgb(0,0,0)"> eth1</span><span class="m_894892231032144965gmail-pun" style="color:rgb(102,102,0)">,</span><span class="m_894892231032144965gmail-pln" style="color:rgb(0,0,0)">down</span><span class="m_894892231032144965gmail-pun" style="color:rgb(102,102,0)">,</span></code></pre></div><div>Its  because adaptor is not mentioned in interface file. so after adding it there it works fine. later I found on openstack docs, its like this always.</div><div><br></div><div>Is there any way so we don't need to go inside VM manually to set this. I tried with heat template, but user_data didn't work.</div><div><br></div><div><br></div><div><br></div>Regards</div>