9d3ca49387
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
26 lines
753 B
Plaintext
26 lines
753 B
Plaintext
[DEFAULT]
|
|
#log_dir = /var/log/nova
|
|
state_path = /var/lib/nova
|
|
lock_path = /var/lib/nova/tmp
|
|
dhcpbridge = /usr/bin/nova-dhcpbridge
|
|
dhcpbridge_flagfile = /usr/share/nova/nova-dist.conf
|
|
dhcpbridge_flagfile = /etc/nova/nova.conf
|
|
force_dhcp_release = True
|
|
injected_network_template = /usr/share/nova/interfaces.template
|
|
libvirt_nonblocking = True
|
|
libvirt_inject_partition = -1
|
|
network_manager = nova.network.manager.FlatDHCPManager
|
|
compute_driver = libvirt.LibvirtDriver
|
|
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
|
|
rootwrap_config = /etc/nova/rootwrap.conf
|
|
use_stderr = False
|
|
|
|
[database]
|
|
connection = mysql://nova:nova@localhost/nova
|
|
max_retries = -1
|
|
|
|
[keystone_authtoken]
|
|
auth_host = 127.0.0.1
|
|
auth_port = 35357
|
|
auth_protocol = http
|