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=
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
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.
>
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 --
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?