Comment 7 for bug 1039398

Revision history for this message
Mark McLoughlin (markmc) wrote :

Ah, I see the issue:

  firewall_driver=nova.virt.firewall.IptablesFirewallDriver

that should be:

  firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver

or you can just leave it unset in nova.conf

I've filed bug #1040430 about the value being wrong in nova.conf.sample