[Openstack] ip: SIOCGIFFLAGS: No such device

tudor tudor at tudorholton.com
Fri Jun 21 06:15:37 UTC 2013


 

Hi Rob, 

Thanks for looking at this. 

My /etc/nova/nova.conf does
list the libvirt_vif_driver. I've attached my nova.conf below. 

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. 

Cheers,
Tudor. 

/etc/nova/nova.conf 

=============


[DEFAULT]
logdir=/var/log/nova
state_path=/var/lib/nova
lock_path=/var/lock/nova
rootwrap_config=/etc/nova/rootwrap.conf
verbose=True


dhcpbridge_flagfile=/etc/nova/nova.conf
dhcpbridge=/usr/bin/nova-dhcpbridge
fixed_range=10.0.0.0/8
flat_network_bridge=br-eth1
flat_interface=eth1
flat_injected=False
public_interface=eth0


# MySQL Connection
#
sql_connection=mysql://nova:password@10.0.0.1/nova 

# nova-scheduler
#
rabbit_host=10.0.0.1
rabbit_password=password
scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler


# nova-api
#
cc_host=10.0.0.1
auth_strategy=keystone
s3_host=10.0.0.1
ec2_host=10.0.0.1
nova_url=http://10.0.0.1:8774/v1.1/
ec2_url=http://10.0.0.1:8773/services/Cloud
keystone_ec2_url=http://10.0.0.1:5000/v2.0/ec2tokens
api_paste_config=/etc/nova/api-paste.ini
allow_admin_api=true
use_deprecated_auth=false
ec2_private_dns_show_ip=True
dmz_cidr=192.168.50.250/32
#dmz_cidr=169.254.169.254/32
ec2_dmz_host=10.0.0.1
metadata_host=10.0.0.1
metadata_listen=0.0.0.0
enabled_apis=ec2,osapi_compute,metadata


# Networking
#
network_api_class=nova.network.quantumv2.api.API
quantum_url=http://10.0.0.1:9696
quantum_auth_strategy=keystone
quantum_admin_tenant_name=service
quantum_admin_username=quantum
quantum_admin_password=password
quantum_admin_auth_url=http://10.0.0.1:35357/v2.0
libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver
linuxnet_interface_driver=nova.network.linux_net.LinuxOVSInterfaceDriver

firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver 

#
Compute #
compute_driver=libvirt.LibvirtDriver
connection_type=libvirt


# Cinder #
volume_api_class=nova.volume.cinder.API 

# Glance
#
glance_api_servers=10.0.0.1:9292
image_service=nova.image.glance.GlanceImageService


# novnc
#
novnc_enable=true
novncproxy_base_url=http://192.168.50.250:6080/vnc_auto.html
vncserver_proxyclient_address=10.1.0.2
vncserver_listen=0.0.0.0


On 2013-06-19 17:42, Robert Collins wrote: 

> On 19 June 2013 13:17,
tudor <tudor at tudorholton.com> wrote:
> 
>> 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.
> 
> 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

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130621/452c6f9c/attachment.html>


More information about the Openstack mailing list