← Back to team overview

openstack team mailing list archive

How to create vm instance to specific compute node?

 

Hello.

Could anyone tell me how to create vm instance to specific compute node?

I've tried blow command, but I couldn't place vm instance to wanted compute node.


$ nova boot --image precise --flavor m1.cdh --key-name ubuntu --availability-zone nova-compute:compute2 mytest_vm
(There are two compute node which are compute1 and compute2)


Regards.



Follow ups