Re: [Openstack] assign fix ip to instance

2015-12-16 Thread Jason Smith
Glad it helped Thanks, -js -- Typo’s courtesy of Apple -- On December 16, 2015 at 1:19:59 PM, Satish Patel (satish@gmail.com) wrote: Thanks jason!! On Wed, Dec 16, 2015 at 11:57 AM, Jason Smith wrote: > Hello, > > When booting an instance you can assign the IP with v4

Re: [Openstack] assign fix ip to instance

2015-12-16 Thread Jason Smith
Hello, When booting an instance you can assign the IP with v4-fixed-ip= Below is an example. $ nova boot --nic net-id=3ff9b903-e921-4752-a26f-cba8f1433992,v4-fixed-ip=10.0.0.30 \ --image centos-6-cloud --key-name lars --flavor m1.small test0 Thanks, -js -- Typo’s courtesy of Apple --