issue with nova-network - IP is getting changed whenever i am restarting my service.

Asked by neha rawat

Hi,

I am facing a problem with nova-network. I have configured bridge networking and I have set my IP as static but whenever I restart nova-network the IP of my bridge br100 changes from 192.168.1.100 to 192.168.1.1.

And sometimes I see the IP itself changes to 192.168.1.1 when I launch an instance. I have installed Openstack Essex on Ubuntu 12.04. Right now I am trying to do a single node installation. So both my nova-compute and nova-network are on same node. My /etc/network/interface file is as follows:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
broadcast 255.255.255.255
gateway 192.168.1.254

auto br100
iface br100 inet static
bridge_ports eth0
bridge_stp off
bridge_maxwait 0
bridge_fd 0
address 192.168.1.100
netmask 255.255.255.0
broadcast 255.255.255.255
gateway 192.168.1.254
I am having a hard time because of this IP change. Kindly provide a solution.

Thanks,
Neha Rawat

Question information

Language:
English Edit question
Status:
Answered
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
koolhead17 (koolhead17) said :
#1

See if this helps.

http://docs.openstack.org/essex/openstack-compute/starter/content/Network_Configuration-d1e591.html

Follow the same and see the configuration inside nova.conf

thanks.

Can you help with this problem?

Provide an answer of your own, or ask neha rawat for more information if necessary.

To post a message you must log in.