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-fixed-ip=

Re: [Openstack] assign fix ip to instance

2015-12-16 Thread Satish Patel
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-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-n

Re: [Openstack] assign fix ip to instance

2015-12-16 Thread Nasir Mahmood
I suppose you assign ports which were previously setup for older vm. On Dec 16, 2015 9:57 PM, "Satish Patel" wrote: > Hello, > > does it possible assign IP when build VM? We have flat network setup > with DHCP=false, but i have created start/end IP range so openstack > assign IP when VM start. >

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 --

[Openstack] assign fix ip to instance

2015-12-16 Thread Satish Patel
Hello, does it possible assign IP when build VM? We have flat network setup with DHCP=false, but i have created start/end IP range so openstack assign IP when VM start. Yesterday one of my application crash and i was planing to rebuild VM with new OS, but problem is how do i assign existing IP?