<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<STYLE>
.hmmessage P {
        PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
BODY.hmmessage {
        FONT-FAMILY: Calibri; FONT-SIZE: 12pt
}
DIV.FoxDiv20130715100300434212 {
        COLOR: #000000
}
P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
BODY {
        LINE-HEIGHT: 1.5; FONT-FAMILY: 微软雅黑; COLOR: #000080; FONT-SIZE: 10.5pt
}
</STYLE>

<STYLE>BLOCKQUOTE {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
OL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
UL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</STYLE>

<META name=GENERATOR content="MSHTML 9.00.8112.16496"></HEAD>
<BODY style="MARGIN: 10px" class=hmmessage>
<DIV>I do this,and the dhcp-agent.log  have no error , but my vm still do 
not have IP</DIV>
<DIV> </DIV>
<DIV>any else I can do for this?</DIV>
<DIV>thanks!</DIV>
<DIV> </DIV>
<HR style="WIDTH: 210px; HEIGHT: 1px" align=left color=#b5c4df SIZE=1>

<DIV><SPAN>ttjiang</SPAN></DIV>
<DIV> </DIV>
<DIV 
style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0cm; PADDING-LEFT: 0cm; PADDING-RIGHT: 0cm; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<DIV 
style="PADDING-BOTTOM: 8px; PADDING-LEFT: 8px; PADDING-RIGHT: 8px; BACKGROUND: #efefef; COLOR: #000000; FONT-SIZE: 12px; PADDING-TOP: 8px">
<DIV><B>From:</B> <A href="mailto:arindam@live.com">Arindam 
Choudhury</A></DIV>
<DIV><B>Date:</B> 2013-07-12 05:18</DIV>
<DIV><B>To:</B> <A 
href="mailto:openstack@lists.launchpad.net">openstack</A></DIV>
<DIV><B>Subject:</B> Re: [Openstack] VM do not get ip when use 
quantum</DIV></DIV></DIV>
<DIV>
<DIV class=FoxDiv20130715100300434212>
<STYLE>.hmmessage P {
        PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
BODY.hmmessage {
        FONT-FAMILY: Calibri; FONT-SIZE: 12pt
}
</STYLE>

<DIV dir=ltr>Hi,<BR><BR><BR>I had the same problem. I found a solution in RDO 
Openstack forum.<BR>link: 
http://openstack.redhat.com/forum/discussion/comment/561#Comment_561<BR><BR>1) 
stop quantum services and remove ports from ovs.<BR><PRE><CODE># ovs-vsctl del-port br-int xxxxx
# ovs-vsctl del-port br-ext xxxxx
</CODE></PRE>It's cleaned up as:<BR><PRE><CODE># ovs-vsctl show
394e8a6b-a5e0-4fef-8f8f-506889aebfc1
    Bridge br-int
        Port br-int
            Interface br-int
                type: internal
    Bridge br-ex
        Port br-ex
            Interface br-ex
                type: internal
        Port "eth0"
            Interface "eth0"
    ovs_version: "1.10.0"
</CODE></PRE>2) add ovs_use_veth = True in l3_agent.ini, dhcp_agent.ini and 
lbaas_agent.ini.<BR><BR><BR>
<DIV>
<HR id=stopSpelling>
Date: Thu, 11 Jul 2013 10:50:23 +0800<BR>From: jt628910@163.com<BR>To: 
openstack@lists.launchpad.net<BR>Subject: [Openstack] VM do not get ip when use 
quantum<BR><BR>
<STYLE>.ExternalClass BLOCKQUOTE {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
.ExternalClass OL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
.ExternalClass UL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
.ExternalClass P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
.ExternalClass {
        LINE-HEIGHT: 1.5; FONT-FAMILY: 微?雅黑; COLOR: #000000; FONT-SIZE: 10.5pt
}
</STYLE>

<DIV>hi all:</DIV>
<DIV style="TEXT-INDENT: 2em">OS : rhel6.4</DIV>
<DIV style="TEXT-INDENT: 2em">openstack version:Gizzly</DIV>
<DIV style="TEXT-INDENT: 2em"> </DIV>
<DIV style="TEXT-INDENT: 2em">install quantum with doc  :<A 
href="http://docs.openstack.org/grizzly/openstack-network/admin/content/" 
target=_blank>http://docs.openstack.org/grizzly/openstack-network/admin/content/</A></DIV>
<DIV style="TEXT-INDENT: 2em"> </DIV>
<DIV style="TEXT-INDENT: 2em">service  quantum-l3-agent  status</DIV>
<DIV 
style="TEXT-INDENT: 2em">quantum-l3-agent dead,but pid exit</DIV>
<DIV style="TEXT-INDENT: 2em"> </DIV>
<DIV style="TEXT-INDENT: 2em">In dashboard ,when i add a instance  ,  
it show that this instance  have added a ip such as 192.168.10.2</DIV>
<DIV style="TEXT-INDENT: 2em"> </DIV>
<DIV style="TEXT-INDENT: 2em">but   in vm  ,I do not see 
eth0  have this IP</DIV>
<DIV style="TEXT-INDENT: 2em"> </DIV>
<DIV style="TEXT-INDENT: 2em">tailf /var/log/quantum/dhcp-agent.log </DIV>
<DIV style="TEXT-INDENT: 2em"> </DIV>
<DIV style="TEXT-INDENT: 2em">
<DIV>Traceback (most recent call last):</DIV>
<DIV>  File "/usr/lib/python2.6/site-packages/quantum/agent/dhcp_agent.py", line 131, in call_driver</DIV>
<DIV>    getattr(driver, action)()</DIV>
<DIV>  File "/usr/lib/python2.6/site-packages/quantum/agent/linux/dhcp.py", line 124, in enable</DIV>
<DIV>    reuse_existing=True)</DIV>
<DIV>  File "/usr/lib/python2.6/site-packages/quantum/agent/dhcp_agent.py", line 554, in setup</DIV>
<DIV>    namespace=namespace)</DIV>
<DIV>  File "/usr/lib/python2.6/site-packages/quantum/agent/linux/interface.py", line 181, in plug</DIV>
<DIV>    ns_dev.link.set_address(mac_address)</DIV>
<DIV>  File "/usr/lib/python2.6/site-packages/quantum/agent/linux/ip_lib.py", line 180, in set_address</DIV>
<DIV>    self._as_root('set', self.name, 'address', mac_address)</DIV>
<DIV>  File "/usr/lib/python2.6/site-packages/quantum/agent/linux/ip_lib.py", line 167, in _as_root</DIV>
<DIV>    kwargs.get('use_root_namespace', False))</DIV>
<DIV>  File "/usr/lib/python2.6/site-packages/quantum/agent/linux/ip_lib.py", line 47, in _as_root</DIV>
<DIV>    namespace)</DIV>
<DIV>  File "/usr/lib/python2.6/site-packages/quantum/agent/linux/ip_lib.py", line 58, in _execute</DIV>
<DIV>    root_helper=root_helper)</DIV>
<DIV>  File "/usr/lib/python2.6/site-packages/quantum/agent/linux/utils.py", line 61, in execute</DIV>
<DIV>    raise RuntimeError(m)</DIV>
<DIV>RuntimeError: </DIV>
<DIV>Command: ['sudo', 'quantum-rootwrap', '/etc/quantum/rootwrap.conf', 'ip', 'link', 'set', 'tapbf9a2991-33', 'address', 'fa:16:3e:a7:ea:91']</DIV>
<DIV>Exit code: 2</DIV>
<DIV>Stdout: ''</DIV>
<DIV>Stderr: 'RTNETLINK answers: Device or resource busy\n'</DIV></DIV>
<DIV style="TEXT-INDENT: 2em"> </DIV>
<DIV style="TEXT-INDENT: 2em"> </DIV>
<DIV style="TEXT-INDENT: 2em">what happen about this?  </DIV>
<HR style="WIDTH: 210px; HEIGHT: 1px" align=left color=#b5c4df SIZE=1>

<DIV><SPAN>ttjiang</SPAN></DIV><BR>_______________________________________________ 
Mailing list: https://launchpad.net/~openstack Post to : 
openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack 
More help : 
https://help.launchpad.net/ListHelp</DIV></DIV></DIV></DIV></BODY></HTML>