[iyunv@controller ~]# openstack server list
+--------------------------------------+-----------+--------+------------------------+
| ID | Name | Status | Networks |
+--------------------------------------+-----------+--------+------------------------+
| 44048a5f-50b6-4719-852d-a446cd010b4f | instance0 | ACTIVE | selfservice=172.16.1.3 |
+--------------------------------------+-----------+--------+------------------------+
This is vm log from dashbaord, eth0 can not receive ip from openstack.
openstack gives fixed ip to instance0, but instance0 can not get ip inside vm.
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1020 (1020.0 B) TX bytes:1020 (1020.0 B)
### route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
route: fscanf
### cat /etc/resolv.conf
cat: can't open '/etc/resolv.conf': No such file or directory
### gateway not found
/sbin/cirros-status: line 1: can't open /etc/resolv.conf: no such file
### pinging nameservers
### uname -a
Linux cirros 3.2.0-80-virtual #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 x86_64 GNU/Linux
I solved this problem by installing ipset utility.
http://heavenkong.blogspot.kr/2016/04/resolved-mitaka-linux-bridge-agent.html