Skip to content

Instantly share code, notes, and snippets.

@thesurlydev
Last active December 14, 2015 17:08
Show Gist options
  • Save thesurlydev/5119663 to your computer and use it in GitHub Desktop.
Save thesurlydev/5119663 to your computer and use it in GitHub Desktop.
/etc/nova/nova.conf
[shane@localhost heat]$ sudo cat /etc/nova/nova.conf
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
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
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@localhost/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf
auth_strategy = keystone
enabled_apis = ec2,osapi_compute,metadata
volume_api_class = nova.volume.cinder.API
[keystone_authtoken]
admin_tenant_name = %SERVICE_TENANT_NAME%
admin_user = %SERVICE_USER%
admin_password = %SERVICE_PASSWORD%
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
signing_dir = /tmp/keystone-signing-nova
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment