Re: [openstack-dev] [neutron] static IP & DHCP

2014-08-28 Thread Jaume Devesa
Hello Sanjivini, How are trying to do it? Creating a port with static ip: $ neutron port-create --fixed-ip subnet_id=,ip_address=10.0.0.100 and then deploy a vm with this port, should work: $ nova boot --flavor 1 --image --nic port-id= test_vm Please note that this is an usage question and t

[openstack-dev] [neutron] static IP & DHCP

2014-08-27 Thread Sanjivini Naikar
Hi, I want to assign static IP to my instance. However, when trying to do so, the IP doesnt get associated with the VM. My VM boot logs show: Sending discover... Sending discover... Sending discover... No lease, failing WARN: /etc/rc3.d/S40-network failed How do I assign a static IP to my VM?