<div dir="ltr"><div><div><div>hi there,<br></div>i had something similar when i use qemu. then i set this:<br>libvirt_use_virtio_for_bridges=False<br></div>and the network started to work. Maybe you want to check it.<br></div>
You should tcpdump your interfaces to see where are the packets from your VM<br></div><div class="gmail_extra"><br clear="all"><div><br>Rusty</div>
<br><br><div class="gmail_quote">On Fri, May 3, 2013 at 4:49 PM, Farhan Patwa <span dir="ltr"><<a href="mailto:Farhan.Patwa@utsa.edu" target="_blank">Farhan.Patwa@utsa.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word">
<div>
<div>Hi Rusty,</div>
<div>The instructions list kvm and that is what I am using.</div>
<div>From the compute node:</div>
<div>
<div>#######################################################</div>
<div>root@openstack-3:~# cat /etc/nova/nova-compute.conf </div>
<div>[DEFAULT]</div>
<div>libvirt_type=<b>kvm</b></div>
<div>libvirt_ovs_bridge=br-int</div>
<div>libvirt_vif_type=ethernet</div>
<div>libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver</div>
<div>libvirt_use_virtio_for_bridges=True</div>
</div>
<div>
<div>#######################################################</div>
</div>
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>-Farhan.</div>
<div>
<div style="font-family:Helvetica;font-size:medium"><font face="Comic Sans MS"><b>Farhan Patwa</b></font></div>
<div style="font-family:Helvetica;font-size:medium"><font style="font-size:11px" face="Comic Sans MS">Associate Director & Chief Architect</font></div>
<div style="font-family:Helvetica;font-size:medium"><span style="font-size:11px;font-family:'Comic Sans MS'">Institute for Cyber Security</span></div>
<div style="font-family:Helvetica;font-size:medium"><font style="font-size:11px" face="Comic Sans MS">University of Texas at San Antonio</font></div>
<div style="font-family:Helvetica;font-size:medium"><font style="font-size:11px" face="Comic Sans MS">Phone: (210) 458-7003</font></div>
<div style="font-family:Helvetica;font-size:medium"><font style="font-size:11px" face="Comic Sans MS">Email: <a href="mailto:farhan.patwa@utsa.edu" target="_blank">farhan.patwa@utsa.edu</a></font></div>
<div style="font-family:Helvetica;font-size:medium"><font style="font-size:11px" face="Comic Sans MS">Website: <a href="http://ics.utsa.edu" target="_blank">http://ics.utsa.edu</a></font></div>
</div>
</div>
<div><br>
</div>
<span>
<div style="border-right:medium none;padding-right:0in;padding-left:0in;padding-top:3pt;text-align:left;font-size:11pt;border-bottom:medium none;font-family:Calibri;border-top:#b5c4df 1pt solid;padding-bottom:0in;border-left:medium none">

<span style="font-weight:bold">From: </span>Molnár Mihály László <<a href="mailto:lacikaaa@gmail.com" target="_blank">lacikaaa@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Friday, May 3, 2013 9:41 AM<br>
<span style="font-weight:bold">To: </span>Farhan Patwa <<a href="mailto:Farhan.Patwa@utsa.edu" target="_blank">Farhan.Patwa@utsa.edu</a>><br>
<span style="font-weight:bold">Cc: </span>"<a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a>" <<a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a>><br>

<span style="font-weight:bold">Subject: </span>Re: [Openstack] OpenStack Folsom Install - VM failed to configure network<br>
</div><div><div class="h5">
<div><br>
</div>
<div>
<div>
<div dir="ltr">do you use kvm or qemu?<br>
</div>
<div class="gmail_extra"><br clear="all">
<div><br>
Rusty</div>
<br>
<br>
<div class="gmail_quote">On Fri, May 3, 2013 at 4:34 PM, Farhan Patwa <span dir="ltr">
<<a href="mailto:Farhan.Patwa@utsa.edu" target="_blank">Farhan.Patwa@utsa.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have looked through all the log files (/var/log/*) and the 1 error that<br>
I do see is on the compute node from the file libvirtd.log:<br>
<br>
2013-05-03 14:30:27.706+0000: 2474: error : virNWFilterDHCPSnoopEnd:2113 :<br>
internal error ifname "vnet1" not in key map<br>
2013-05-03 14:30:27.709+0000: 2474: error : virNetDevGetIndex:657 : Unable<br>
to get index for interface vnet1: No such device<br>
<br>
Can anyone point me in the right direction (or suggest some way of<br>
debugging this)<br>
<br>
Many Thanks,<br>
<br>
-Farhan.<br>
<div>
<div><br>
<br>
<br>
<br>
<br>
On 5/2/13 4:01 PM, "Farhan Patwa" <<a href="mailto:Farhan.Patwa@utsa.edu" target="_blank">Farhan.Patwa@utsa.edu</a>> wrote:<br>
<br>
>Hi all,<br>
>I followed the instructions for OpenStack Folsom install at<br>
><a href="http://docs.openstack.org/folsom/basic-install/content/basic-install_intro" target="_blank">http://docs.openstack.org/folsom/basic-install/content/basic-install_intro</a><br>
>.<br>
>html<br>
>I am at the point where I am able to boot up a VM and I can see the IP<br>
>assigned to it in the GUI and when I do nova list.<br>
>Also I have assigned a floating IP to it using the quantum commands<br>
>specified in the guide above.<br>
>But when I boot the VM I get the logs below.<br>
>The tap device is UP and I am able to ping the 3 servers on the management<br>
>LAN and the 2 servers (network and compute) on their data network.<br>
>I would really appreciate any help/pointers that anyone can provide.<br>
><br>
>#################################################################<br>
>cloud-init start-local running: Thu, 02 May 2013 20:10:55 +0000. up 3.74<br>
>seconds<br>
><br>
>no instance data found in start-local<br>
><br>
>cloud-init-nonet waiting 120 seconds for a network device.<br>
><br>
>cloud-init-nonet gave up waiting for a network device.<br>
><br>
>ci-info: lo    : 1 127.0.0.1       255.0.0.0       .<br>
><br>
>ci-info: eth0  : 1 .               .               fa:16:3e:9e:88:7d<br>
><br>
>route_info failed<br>
><br>
> * Stopping Handle applying cloud-config[74G[ OK ]<br>
><br>
>Waiting for network configuration...<br>
><br>
>Waiting up to 60 more seconds for network configuration...<br>
><br>
>Booting system without full network configuration...<br>
><br>
> * Stopping Failsafe Boot Delay[74G[ OK ]<br>
><br>
> * Starting System V initialisation compatibility[74G[ OK ]<br>
><br>
>Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd<br>
><br>
> * Starting AppArmor profiles       [80G<br>
>[74G[ OK ]<br>
><br>
>#################################################################<br>
><br>
>Thanks,<br>
><br>
><br>
>-Farhan Patwa.<br>
><br>
><br>
><br>
>_______________________________________________<br>
>Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
>Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>
>Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
>More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
><br>
<br>
<br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div></div></span>
</div>

</blockquote></div><br></div>