No IP adress attributed to instance with DHCP [closed]
Hello, I've a little problem, when I run an instance, I've no IP address in interface of my instance. I currently have a single node installation of openstack grizzly running
I put in /etc/nova/nova.conf
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridgeflagfile =/etc/nova/nova.conf metadatahost =172.16.118.200
network_host=172.16.118.200
routingsourceip=172.16.118.200
fixed_range=10.12.0.0/24
network_size=256
flatnetworkbridge=br0
flat_interface=eth0
flat_injected=False
I can launch, display and configure an IP address to my interface eth0 but I can find my adress with the DHCP.
Somebody have maybe an idea?