<html><body>
<p><font size="2" face="sans-serif">Hi Akash,</font><br>
<br>
<font size="2" face="sans-serif"> You should enable </font><font size="1" face="Segoe">use_namespaces in ::::/etc/neutron/dhcp_agent.ini file. </font><br>
<br>

<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="548">
<ul style="padding-left: 0pt"><font size="1" face="Segoe">::::/etc/neutron/dhcp_agent.ini</font><br>
<font size="1" face="Segoe"><br>
resync_interval = 5<br>
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver<br>
ovs_use_veth = True<br>
dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq<br>
</font><font size="1" color="#0000FF" face="Segoe">use_namespaces = True</font><font size="1" face="Segoe"><br>
</font><font size="1" color="#0000FF" face="Segoe">enable_isolated_metadata = True</font><font size="1" face="Segoe"><br>
enable_metadata_network = False<br>
dhcp_domain = openstacklocal<br>
dnsmasq_config_file = /etc/neutron/dnsmasq.conf<br>
dnsmasq_lease_max = 16777216 </font></ul>
</td></tr>
</table>
<br>
<br>
<font size="2" face="sans-serif">By the way Where and How to submit e-mail to ask a question in Openstack </font><font size="3" face="Tahoma">community</font><font size="2" face="sans-serif">?</font><br>
<br>
<font size="2" face="sans-serif">Thanks</font><br>
<br>
<font size="2" face="sans-serif">YuxingWang( 王宇行 ) <br>
Software Enginner, GTS Offerings Development<br>
IBM China Development Laboratory (CDL)</font><font size="3" color="#600000" face="Wingdings"><br>
-</font><font size="2" face="sans-serif"> Ring Bldg, #28 ZhongGuanCun Software Park, No.8 Dong Bei Wang West Road, Haidian District Beijing, P.R.China 100193 </font><font size="3" color="#600000" face="Wingdings"><br>
(</font><font size="2" face="sans-serif"> 86-10-82450791 </font><font size="3" color="#600000" face="Wingdings">+</font><font size="2" face="sans-serif"> </font><a href="mailto:changhp@cn.ibm.com"><font size="2" face="sans-serif"><u>yuxingw@cn.ibm.com</u></font></a><font size="2" face="sans-serif"> </font><br>
<a href="http://w3.ibm.com/connections/profiles/html/profileView.do?key=e0ccb650-7949-4fe1-8f04-1017f8dfd193&lang=zh" target="_blank"></a><br>
<br>
<img width="16" height="16" src="cid:1__=C7BBF659DFC09B6A8f9e8a93df938@cn.ibm.com" border="0" alt="Inactive hide details for Akash Gunjal ---04/30/2014 10:05:41 PM---Hi Damon, I did some investigation on this issue and have cu"><font size="2" color="#424282" face="sans-serif">Akash Gunjal ---04/30/2014 10:05:41 PM---Hi Damon, I did some investigation on this issue and have current updates here. The</font><br>
<br>
<font size="1" color="#5F5F5F" face="sans-serif">From:      </font><font size="1" face="sans-serif">Akash Gunjal <akgunjal@in.ibm.com></font><br>
<font size="1" color="#5F5F5F" face="sans-serif">To:        </font><font size="1" face="sans-serif">Damon Wang <damon.devops@gmail.com>, </font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Cc:        </font><font size="1" face="sans-serif">"openstack@lists.openstack.org" <openstack@lists.openstack.org></font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Date:      </font><font size="1" face="sans-serif">04/30/2014 10:05 PM</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Subject:   </font><font size="1" face="sans-serif">Re: [Openstack] DHCP configuration with openvSwitch</font><br>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<tt><font size="2"><br>
Hi Damon,<br>
<br>
I did some investigation on this issue and have current updates here. The<br>
actual issue I feel is with the iptables. When I stopped the iptables<br>
service on the compute, the dnsmasq service started for the private flat<br>
network. Then my VM got the IP from the flat network subnet pool correctly.<br>
<br>
Some observations:<br>
(1) While loading the VM I see some error messages where it fails to<br>
connect to the metadata due to network not reachable.<br>
(2) When I assign the public floating IP to my VM, I cannot ping the<br>
floating IP from my compute or controller and even from the VM I cannot<br>
ping any external IP.<br>
<br>
Some screen shots:<br>
(1) nova list on controller:<br>
      (Embedded image moved to file: pic04247.gif)<br>
<br>
(2) ovs-vsctl show on compute:<br>
      (Embedded image moved to file: pic27494.gif)<br>
<br>
(3) cat /etc/sysconfig/iptables output<br>
      (Embedded image moved to file: pic11300.gif)<br>
<br>
I believe now we have narrowed down this issue where the iptables needs to<br>
be corrected so we do these operations with iptables service running and<br>
also able to connect to the VM from the floating IPs.<br>
Hope this data helps you for further analysis.<br>
<br>
Regards,<br>
Akash<br>
<br>
<br>
<br>
<br>
From:            Akash Gunjal/India/IBM@IBMIN<br>
To:              Damon Wang <damon.devops@gmail.com>,<br>
Cc:              "openstack@lists.openstack.org" <openstack@lists.openstack.org><br>
Date:            04/30/2014 02:15 PM<br>
Subject:                 Re: [Openstack] DHCP configuration with openvSwitch<br>
<br>
<br>
<br>
Hi Damon,<br>
<br>
Here is the data of /var/log/messages from my compute node.<br>
<br>
(1) First I created a flat network and deployed a VM but I did not see the<br>
DHCPREQUEST or DHCPACK logs. The private IP was not assigned on the actual<br>
VM but it was seen on the controller against the VM.<br>
<br>
(2) Second, I created a vlan network with a dummy segmentation_id 60 and<br>
below logs are seen in messages log file. Even the private IP got assigned<br>
on the VM correctly. But this IP assignment happens only when my compute<br>
node iptables service is stopped.<br>
<br>
Log messages:<br>
Apr 30 02:26:45 imm-9-37-88-152 kernel: qbrd3ca0758-8f: port 2<br>
(tapd3ca0758-8f) entering disabled state<br>
Apr 30 02:26:45 imm-9-37-88-152 kernel: device tapd3ca0758-8f left<br>
promiscuous mode<br>
Apr 30 02:26:45 imm-9-37-88-152 kernel: qbrd3ca0758-8f: port 2<br>
(tapd3ca0758-8f) entering disabled state<br>
Apr 30 02:26:46 imm-9-37-88-152 kernel: qbrd3ca0758-8f: port 1<br>
(qvbd3ca0758-8f) entering disabled state<br>
Apr 30 02:26:46 imm-9-37-88-152 kernel: (null): Dropping TSO features since<br>
no CSUM feature.<br>
Apr 30 02:26:46 imm-9-37-88-152 kernel: (null): Dropping TSO6 features<br>
since no CSUM feature.<br>
Apr 30 02:26:46 imm-9-37-88-152 ovs-vsctl: ovs|00001|vsctl|INFO|Called<br>
as /usr/bin/ovs-vsctl --timeout=120 del-port br-int qvod3ca0758-8f<br>
Apr 30 02:26:49 imm-9-37-88-152 dnsmasq[31049]: started, version 2.68<br>
cachesize 150<br>
Apr 30 02:26:49 imm-9-37-88-152 dnsmasq[31049]: compile time options: IPv6<br>
GNU-getopt DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset<br>
auth<br>
Apr 30 02:26:49 imm-9-37-88-152 dnsmasq[31049]: LOUD WARNING: listening on<br>
60.60.60.200 may accept requests via interfaces other than tapdb330b1c-6c<br>
Apr 30 02:26:49 imm-9-37-88-152 dnsmasq[31049]: LOUD WARNING: use<br>
--bind-dynamic rather than --bind-interfaces to avoid DNS amplification<br>
attacks via these interface(s)<br>
Apr 30 02:26:49 imm-9-37-88-152 dnsmasq[31049]: warning: no upstream<br>
servers configured<br>
Apr 30 02:26:49 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCP, static leases<br>
only on 60.60.60.0, lease time 1d<br>
Apr 30 02:26:49 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCP, sockets bound<br>
exclusively to interface tapdb330b1c-6c<br>
Apr 30 02:26:49 imm-9-37-88-152 dnsmasq[31049]:<br>
read /var/lib/neutron/dhcp/0c4aa9c8-35b3-4509-859b-6cb2e74c623f/addn_hosts<br>
- 2 addresses<br>
Apr 30 02:26:49 imm-9-37-88-152 dnsmasq-dhcp[31049]:<br>
read /var/lib/neutron/dhcp/0c4aa9c8-35b3-4509-859b-6cb2e74c623f/host<br>
Apr 30 02:26:49 imm-9-37-88-152 dnsmasq-dhcp[31049]:<br>
read /var/lib/neutron/dhcp/0c4aa9c8-35b3-4509-859b-6cb2e74c623f/opts<br>
Apr 30 02:30:40 imm-9-37-88-152 dnsmasq[31049]:<br>
read /var/lib/neutron/dhcp/0c4aa9c8-35b3-4509-859b-6cb2e74c623f/addn_hosts<br>
- 3 addresses<br>
Apr 30 02:30:40 imm-9-37-88-152 dnsmasq-dhcp[31049]:<br>
read /var/lib/neutron/dhcp/0c4aa9c8-35b3-4509-859b-6cb2e74c623f/host<br>
Apr 30 02:30:40 imm-9-37-88-152 dnsmasq-dhcp[31049]:<br>
read /var/lib/neutron/dhcp/0c4aa9c8-35b3-4509-859b-6cb2e74c623f/opts<br>
Apr 30 02:30:42 imm-9-37-88-152 kernel: kvm: 31581: cpu0 unhandled rdmsr:<br>
0x345<br>
Apr 30 02:30:42 imm-9-37-88-152 kernel: kvm: 31581: cpu0 unhandled wrmsr:<br>
0x680 data 0<br>
Apr 30 02:30:42 imm-9-37-88-152 kernel: kvm: 31581: cpu0 unhandled wrmsr:<br>
0x6c0 data 0<br>
Apr 30 02:30:42 imm-9-37-88-152 kernel: kvm: 31581: cpu0 unhandled wrmsr:<br>
0x681 data 0<br>
Apr 30 02:30:42 imm-9-37-88-152 kernel: kvm: 31581: cpu0 unhandled wrmsr:<br>
0x6c1 data 0<br>
Apr 30 02:30:42 imm-9-37-88-152 kernel: kvm: 31581: cpu0 unhandled wrmsr:<br>
0x682 data 0<br>
Apr 30 02:30:42 imm-9-37-88-152 kernel: kvm: 31581: cpu0 unhandled wrmsr:<br>
0x6c2 data 0<br>
Apr 30 02:30:42 imm-9-37-88-152 kernel: kvm: 31581: cpu0 unhandled wrmsr:<br>
0x683 data 0<br>
Apr 30 02:30:42 imm-9-37-88-152 kernel: kvm: 31581: cpu0 unhandled wrmsr:<br>
0x6c3 data 0<br>
Apr 30 02:30:45 imm-9-37-88-152 kernel: qbr60d8754c-a9: Dropping TSO<br>
features since no CSUM feature.<br>
Apr 30 02:30:45 imm-9-37-88-152 kernel: qbr60d8754c-a9: Dropping TSO6<br>
features since no CSUM feature.<br>
Apr 30 02:30:45 imm-9-37-88-152 NetworkManager[2172]:<br>
<warn> /sys/devices/virtual/net/qvo60d8754c-a9: couldn't determine device<br>
driver; ignoring...<br>
Apr 30 02:30:45 imm-9-37-88-152 kernel: ADDRCONF(NETDEV_UP):<br>
qvb60d8754c-a9: link is not ready<br>
Apr 30 02:30:45 imm-9-37-88-152 NetworkManager[2172]:<br>
<warn> /sys/devices/virtual/net/qvb60d8754c-a9: couldn't determine device<br>
driver; ignoring...<br>
Apr 30 02:30:45 imm-9-37-88-152 kernel: device qvb60d8754c-a9 entered<br>
promiscuous mode<br>
Apr 30 02:30:45 imm-9-37-88-152 kernel: ADDRCONF(NETDEV_CHANGE):<br>
qvb60d8754c-a9: link becomes ready<br>
Apr 30 02:30:45 imm-9-37-88-152 kernel: device qvo60d8754c-a9 entered<br>
promiscuous mode<br>
Apr 30 02:30:46 imm-9-37-88-152 kernel: (null): Dropping TSO features since<br>
no CSUM feature.<br>
Apr 30 02:30:46 imm-9-37-88-152 kernel: (null): Dropping TSO6 features<br>
since no CSUM feature.<br>
Apr 30 02:30:46 imm-9-37-88-152 kernel: 8021q: adding VLAN 0 to HW filter<br>
on device qbr60d8754c-a9<br>
Apr 30 02:30:46 imm-9-37-88-152 kernel: qbr60d8754c-a9: port 1<br>
(qvb60d8754c-a9) entering forwarding state<br>
Apr 30 02:30:46 imm-9-37-88-152 ovs-vsctl: ovs|00001|vsctl|INFO|Called<br>
as /usr/bin/ovs-vsctl --timeout=120 -- --if-exists del-port qvo60d8754c-a9<br>
-- add-port br-int qvo60d8754c-a9 -- set Interface qvo60d8754c-a9<br>
external-ids:iface-id=60d8754c-a9be-407b-838f-6d596aa24d03<br>
external-ids:iface-status=active<br>
external-ids:attached-mac=fa:16:3e:4e:67:58<br>
external-ids:vm-uuid=f7d2222b-c4d6-4577-b49c-6c57365697c1<br>
Apr 30 02:30:46 imm-9-37-88-152 kernel: device tap60d8754c-a9 entered<br>
promiscuous mode<br>
Apr 30 02:30:46 imm-9-37-88-152 kernel: qbr60d8754c-a9: port 2<br>
(tap60d8754c-a9) entering forwarding state<br>
Apr 30 02:30:46 imm-9-37-88-152 NetworkManager[2172]:<br>
<warn> /sys/devices/virtual/net/tap60d8754c-a9: couldn't determine device<br>
driver; ignoring...<br>
Apr 30 02:30:46 imm-9-37-88-152 qemu-kvm: Could not find keytab<br>
file: /etc/qemu/krb5.tab: No such file or directory<br>
Apr 30 02:30:47 imm-9-37-88-152 ovs-vsctl: ovs|00001|vsctl|INFO|Called<br>
as /usr/bin/ovs-vsctl --timeout=10 set Port qvo60d8754c-a9 tag=4<br>
Apr 30 02:30:48 imm-9-37-88-152 kernel: __ratelimit: 26 callbacks<br>
suppressed<br>
Apr 30 02:30:48 imm-9-37-88-152 kernel: kvm: 31757: cpu0 unhandled rdmsr:<br>
0x345<br>
Apr 30 02:30:48 imm-9-37-88-152 kernel: kvm: 31757: cpu0 unhandled wrmsr:<br>
0x680 data 0<br>
Apr 30 02:30:48 imm-9-37-88-152 kernel: kvm: 31757: cpu0 unhandled wrmsr:<br>
0x6c0 data 0<br>
Apr 30 02:30:48 imm-9-37-88-152 kernel: kvm: 31757: cpu0 unhandled wrmsr:<br>
0x681 data 0<br>
Apr 30 02:30:48 imm-9-37-88-152 kernel: kvm: 31757: cpu0 unhandled wrmsr:<br>
0x6c1 data 0<br>
Apr 30 02:30:48 imm-9-37-88-152 kernel: kvm: 31757: cpu0 unhandled wrmsr:<br>
0x682 data 0<br>
Apr 30 02:30:48 imm-9-37-88-152 kernel: kvm: 31757: cpu0 unhandled wrmsr:<br>
0x6c2 data 0<br>
Apr 30 02:30:48 imm-9-37-88-152 kernel: kvm: 31757: cpu0 unhandled wrmsr:<br>
0x683 data 0<br>
Apr 30 02:30:48 imm-9-37-88-152 kernel: kvm: 31757: cpu0 unhandled wrmsr:<br>
0x6c3 data 0<br>
Apr 30 02:30:48 imm-9-37-88-152 kernel: kvm: 31757: cpu0 unhandled wrmsr:<br>
0x684 data 0<br>
Apr 30 02:30:54 imm-9-37-88-152 kernel: __ratelimit: 60 callbacks<br>
suppressed<br>
Apr 30 02:30:54 imm-9-37-88-152 kernel: kvm: 31715: cpu0 unhandled wrmsr:<br>
0x391 data 2000000f<br>
Apr 30 02:31:00 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPDISCOVER<br>
(tapdb330b1c-6c) fa:16:3e:4e:67:58<br>
Apr 30 02:31:00 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPOFFER<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58<br>
Apr 30 02:31:00 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPREQUEST<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58<br>
Apr 30 02:31:00 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPACK<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58 host-60-60-60-207<br>
Apr 30 02:31:18 imm-9-37-88-152 kernel: kvm: 31715: cpu0 unhandled wrmsr:<br>
0x391 data 2000000f<br>
Apr 30 02:31:28 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPREQUEST<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58<br>
Apr 30 02:31:28 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPACK<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58 host-60-60-60-207<br>
Apr 30 02:31:53 imm-9-37-88-152 kernel: kvm: 31715: cpu0 unhandled wrmsr:<br>
0x391 data 2000000f<br>
Apr 30 02:32:03 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPREQUEST<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58<br>
Apr 30 02:32:03 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPACK<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58 host-60-60-60-207<br>
Apr 30 02:32:34 imm-9-37-88-152 kernel: kvm: 31715: cpu0 unhandled wrmsr:<br>
0x391 data 2000000f<br>
Apr 30 02:32:44 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPREQUEST<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58<br>
Apr 30 02:32:44 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPACK<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58 host-60-60-60-207<br>
Apr 30 02:32:57 imm-9-37-88-152 kernel: kvm: 31715: cpu0 unhandled wrmsr:<br>
0x391 data 2000000f<br>
Apr 30 02:33:04 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPREQUEST<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58<br>
Apr 30 02:33:04 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPACK<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58 host-60-60-60-207<br>
Apr 30 02:33:20 imm-9-37-88-152 kernel: kvm: 31715: cpu0 unhandled wrmsr:<br>
0x391 data 2000000f<br>
Apr 30 02:33:28 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPREQUEST<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58<br>
Apr 30 02:33:28 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPACK<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58 host-60-60-60-207<br>
Apr 30 02:33:48 imm-9-37-88-152 kernel: kvm: 31715: cpu0 unhandled wrmsr:<br>
0x391 data 2000000f<br>
Apr 30 02:33:55 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPREQUEST<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58<br>
Apr 30 02:33:55 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPACK<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58 host-60-60-60-207<br>
Apr 30 02:34:30 imm-9-37-88-152 kernel: kvm: 31715: cpu0 unhandled wrmsr:<br>
0x391 data 2000000f<br>
Apr 30 02:35:09 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPREQUEST<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58<br>
Apr 30 02:35:09 imm-9-37-88-152 dnsmasq-dhcp[31049]: DHCPACK<br>
(tapdb330b1c-6c) 60.60.60.207 fa:16:3e:4e:67:58 host-60-60-60-207<br>
<br>
After my exercise with vlan, I created a external network of type local and<br>
using router I assigned a public IP to the VM which was created using<br>
private VLAN network. I was only able to ping the public IP from controller<br>
but not<br>
from compute. I tried to ping an external IP from the VM but it failed.<br>
<br>
With VLAN network I am able to proceed a little but with flat network its<br>
still blocked. I want to create a VM with private flat network and then<br>
assign the public IP using external network for providing internet access<br>
to the VM.<br>
<br>
Additional info:<br>
(1) Compute node has RHEL 6.5 KVM<br>
(2) The VM is deployed using Centos 6.5 image.<br>
(3) The controller is hosted on RHEL 6.5<br>
<br>
Regards,<br>
Akash<br>
<br>
<br>
<br>
From:                             Damon Wang <damon.devops@gmail.com><br>
To:                               Akash Gunjal/India/IBM@IBMIN,<br>
Cc:                               "openstack@lists.openstack.org"<br>
<openstack@lists.openstack.org><br>
Date:                             04/30/2014 06:06 AM<br>
Subject:                                  Re: [Openstack] DHCP configuration with openvSwitch<br>
<br>
<br>
<br>
Hi Akash,<br>
<br>
Can you paste your log of /etc/message, normally, you'll see something like<br>
this:<br>
<br>
"Apr 27 09:21:48 gd60 dnsmasq-dhcp[8872]: DHCPREQUEST(tapce4121ff-d6)<br>
192.168.220.6 fa:16:3e:21:1f:58<br>
"Apr 27 09:21:48 gd60 dnsmasq-dhcp[8872]: DHCPACK(tapce4121ff-d6)<br>
192.168.220.6 fa:16:3e:21:1f:58 host-192-168-220-6<br>
"Apr 27 21:21:48 gd60 dnsmasq-dhcp[8872]: DHCPREQUEST(tapce4121ff-d6)<br>
192.168.220.6 fa:16:3e:21:1f:58<br>
"Apr 27 21:21:48 gd60 dnsmasq-dhcp[8872]: DHCPACK(tapce4121ff-d6)<br>
192.168.220.6 fa:16:3e:21:1f:58 host-192-168-220-6"<br>
<br>
Besides, try to check iptables, you can use raw table to trace data path in<br>
iptables.<br>
<br>
Hope it helps,<br>
Damon<br>
<br>
<br>
2014-04-30 2:05 GMT+08:00 Akash Gunjal <akgunjal@in.ibm.com>:<br>
<br>
  Hello,<br>
<br>
  I am using icehouse version for doing my network setup using openvSwitch<br>
  agent with ML2 plugin. I want to configure flat network with DHCP server<br>
  so<br>
  the IP gets assigned to the guest VMs after deployment. As part of this I<br>
  have started the dhcp and openvSwitch agents on my compute node and<br>
  created<br>
  a flat private network and deployed the virtual machine on the compute.<br>
  The<br>
  VM gets deployed but it fails to get the IP from the controller even<br>
  though<br>
  I see the IP assigned on the controller for that VM.<br>
<br>
  I see an error message on the VM boot up stating that its cannot connect<br>
  to<br>
  169.254.169.254<br>
<br>
  I see the dnsmasq process running on my compute node. Please point me to<br>
  the error here and if my dhcp setup is correct.<br>
<br>
  Regards,<br>
  Akash<br>
<br>
<br>
  _______________________________________________<br>
  Mailing list:<br>
  </font></tt><tt><font size="2"><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a></font></tt><tt><font size="2"><br>
  Post to     : openstack@lists.openstack.org<br>
  Unsubscribe :<br>
  </font></tt><tt><font size="2"><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a></font></tt><tt><font size="2"><br>
<br>
<br>
<br>
_______________________________________________<br>
Mailing list: </font></tt><tt><font size="2"><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a></font></tt><tt><font size="2"><br>
Post to     : openstack@lists.openstack.org<br>
Unsubscribe : </font></tt><tt><font size="2"><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a></font></tt><tt><font size="2"><br>
<br>
[attachment "pic04247.gif" deleted by Yu Xing YX Wang/China/IBM] [attachment "pic27494.gif" deleted by Yu Xing YX Wang/China/IBM] [attachment "pic11300.gif" deleted by Yu Xing YX Wang/China/IBM] _______________________________________________<br>
Mailing list: </font></tt><tt><font size="2"><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a></font></tt><tt><font size="2"><br>
Post to     : openstack@lists.openstack.org<br>
Unsubscribe : </font></tt><tt><font size="2"><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a></font></tt><tt><font size="2"><br>
</font></tt><br>
</body></html>