<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Hi Rob,</p>
<p>Thanks for looking at this.</p>
<p>My /etc/nova/nova.conf does list the libvirt_vif_driver.  I've attached my nova.conf below.</p>
<p>I have gone through the installation guides.  This is an installation where I followed the Folsom Install Guide and then upgraded it to Grizzly.  I don't particularly want to do a reinstall.  I'd prefer to learn how to debug this issue to have a better understanding of how these things work.</p>
<p>Cheers,<br />Tudor.</p>
<p>/etc/nova/nova.conf</p>
<p>=============</p>
<p>[DEFAULT]<br />logdir=/var/log/nova<br />state_path=/var/lib/nova<br />lock_path=/var/lock/nova<br />rootwrap_config=/etc/nova/rootwrap.conf<br />verbose=True</p>
<p>dhcpbridge_flagfile=/etc/nova/nova.conf<br />dhcpbridge=/usr/bin/nova-dhcpbridge<br />fixed_range=10.0.0.0/8<br />flat_network_bridge=br-eth1<br />flat_interface=eth1<br />flat_injected=False<br />public_interface=eth0</p>
<p># MySQL Connection #<br />sql_connection=mysql://nova:password@10.0.0.1/nova</p>
<p># nova-scheduler #<br />rabbit_host=10.0.0.1<br />rabbit_password=password<br />scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler</p>
<p># nova-api #<br />cc_host=10.0.0.1<br />auth_strategy=keystone<br />s3_host=10.0.0.1<br />ec2_host=10.0.0.1<br />nova_url=http://10.0.0.1:8774/v1.1/<br />ec2_url=http://10.0.0.1:8773/services/Cloud<br />keystone_ec2_url=http://10.0.0.1:5000/v2.0/ec2tokens<br />api_paste_config=/etc/nova/api-paste.ini<br />allow_admin_api=true<br />use_deprecated_auth=false<br />ec2_private_dns_show_ip=True<br />dmz_cidr=192.168.50.250/32<br />#dmz_cidr=169.254.169.254/32<br />ec2_dmz_host=10.0.0.1<br />metadata_host=10.0.0.1<br />metadata_listen=0.0.0.0<br />enabled_apis=ec2,osapi_compute,metadata</p>
<p># Networking #<br />network_api_class=nova.network.quantumv2.api.API<br />quantum_url=http://10.0.0.1:9696<br />quantum_auth_strategy=keystone<br />quantum_admin_tenant_name=service<br />quantum_admin_username=quantum<br />quantum_admin_password=password<br />quantum_admin_auth_url=http://10.0.0.1:35357/v2.0<br />libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver<br />linuxnet_interface_driver=nova.network.linux_net.LinuxOVSInterfaceDriver <br />firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver</p>
<p># Compute #<br />compute_driver=libvirt.LibvirtDriver<br />connection_type=libvirt</p>
<p># Cinder #<br />volume_api_class=nova.volume.cinder.API</p>
<p># Glance #<br />glance_api_servers=10.0.0.1:9292<br />image_service=nova.image.glance.GlanceImageService</p>
<p># novnc #<br />novnc_enable=true<br />novncproxy_base_url=http://192.168.50.250:6080/vnc_auto.html<br />vncserver_proxyclient_address=10.1.0.2<br />vncserver_listen=0.0.0.0</p>
<p> </p>
<p> </p>
<p>On 2013-06-19 17:42, Robert Collins wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<pre>On 19 June 2013 13:17, tudor <<a href="mailto:tudor@tudorholton.com">tudor@tudorholton.com</a>> wrote:</pre>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">Hi, I've asked this question a few times on the IRC channel, and I have an open question on ask.openstack.org but so far noone has managed to answer it successfully. I have installed OpenStack Grizzly on Ubuntu 12.04 LTS with Quantum and it is up to date with the Ubuntu OpenStack respository.</blockquote>
<pre>You're missing libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver
in nova.conf; there may be other issues - have you gone through the
installation guides?

-Rob
</pre>
</blockquote>
<p> </p>
<div> </div>
</body></html>