diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova.conf')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/nova.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf index fe4d756..1082f11 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf | |||
@@ -1,7 +1,7 @@ | |||
1 | [DEFAULT] | 1 | [DEFAULT] |
2 | # firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver | 2 | # firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver |
3 | firewall_driver = nova.virt.firewall.NoopFirewallDriver | 3 | firewall_driver = nova.virt.firewall.NoopFirewallDriver |
4 | compute_driver = libvirt.LibvirtDriver | 4 | compute_driver = nova.virt.libvirt.LibvirtDriver |
5 | default_floating_pool = public | 5 | default_floating_pool = public |
6 | fixed_range = | 6 | fixed_range = |
7 | force_dhcp_release = True | 7 | force_dhcp_release = True |