On 2012年12月22日 09:59, 이창만 wrote:
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.


_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

HI
pls. make sure your "nova-compute" is the zone name .

$ nova boot --image precise --flavor m1.cdh --key-name ubuntu --availability-zone 
<zone-name>:<host-name> mytest_vm



_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to