<div dir="ltr"><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif">In the legency network, there only one nic. So it is OK and understandable by using following cli.</div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif"><br></div><div class="gmail_default"><span style="font-family:'trebuchet ms',sans-serif">    </span><font face="monospace, monospace">nova boot test --flavor m1.tiny --security_group ssh --security_group http --image cirros</font></div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif"><br></div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif">The instance only have one network associate with several security groups. </div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif"><br></div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif">But in Neutron Network, we can attach more than one network to the instance. It will be confused using the following cli.</div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif"><br></div><div class="gmail_default"><span style="font-family:'trebuchet ms',sans-serif">    </span><font face="monospace, monospace">nova boot test --flavor m1.tiny --security_group ssh --security_group http --nic net-id=xxxxxxxxxxx --nic port-id=yyyyyyyyyyy</font></div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif"><br></div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif">Which port/nic the security group should bind to?  the first one? both?</div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif"><br></div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif"><br></div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif">The legacy network will be removed and I think it is the time to change the API to satisfied the new situation. May be the new cli like below:</div><div class="gmail_default" style="font-family:'trebuchet ms',sans-serif"><br></div><div class="gmail_default"><span style="font-family:'trebuchet ms',sans-serif">    </span><font face="monospace, monospace">nova boot test --flavor m1.tiny --nic net-id=xxxxxx,security_group=ssh  --nic port-id=yyyyyyyyy --nic net-id=zzzzzzzz,security_group=http,security_group=mysql</font></div><div class="gmail_default"><font face="monospace, monospace"><br></font></div><div class="gmail_default"><font face="monospace, monospace">Related Bug: <a href="https://bugs.launchpad.net/nova/+bug/1195720">https://bugs.launchpad.net/nova/+bug/1195720</a></font></div><div class="gmail_default"><font face="monospace, monospace"><br></font></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><span style="font-size:13px;border-collapse:collapse"><font face="trebuchet ms, sans-serif">Lei Zhang</font></span></div><div><font face="trebuchet ms, sans-serif">Blog: <a href="http://xcodest.me" target="_blank">http://xcodest.me</a></font></div><div><font face="trebuchet ms, sans-serif">twitter/weibo: @jeffrey4l</font></div></div></div>
</div>