<div dir="ltr"><div>Hi</div><div><br></div>When you create a port separately, you can specify additional fixed IPs, extra DHCP options. But with 'nova boot' you cannot.<div>Also if you need an instance with several nics, and you want that each nic has its own set of security groups, you should create ports separately. Because 'nova boot --security-groups ggg' command sets specified security groups for an each port, which is created during the instance launch.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 10, 2015 at 9:21 AM, Wanjing Xu <span dir="ltr"><<a href="mailto:wanjing_xu@hotmail.com" target="_blank">wanjing_xu@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr"><div>There seemed to be two ways to create a VM via cli:</div><div><br></div><div>1) use neutron command to create a port first and then use nova command to attach the vm to that port(neutron port-create.. followed by nova boot --nic port-id=)</div><div>2)Just use nova command and a port will implicitly be created for you(nova boot --nic net-id=net-uuid).</div><div><br></div><div>My question is : is #2 sufficient enough to cover all the scenarios?  In other words, if we are not allowed to use #1(can only use #2 to create vm), would we miss anything?</div><div><br></div><div>Regards!</div><span class="HOEnZb"><font color="#888888"><div>Wanjing Xu</div>                                      </font></span></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" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>