Skip to content

Instantly share code, notes, and snippets.

@bussyjd
Created March 29, 2013 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bussyjd/5269214 to your computer and use it in GitHub Desktop.
Save bussyjd/5269214 to your computer and use it in GitHub Desktop.
Nova.conf of a workinf folsom cluster. Networking is quantum with gre.
[DEFAULT]
logdir=/var/log/nova
state_path=/var/lib/nova
lock_path=/run/lock/nova
verbose=True
api_paste_config=/etc/nova/api-paste.ini
scheduler_driver=nova.scheduler.simple.SimpleScheduler
s3_host=172.16.1.13
ec2_host=172.16.1.13
ec2_dmz_host=172.16.1.13
rabbit_host=172.16.1.13
metadata_host=127.0.0.1
metadata_listen=0.0.0.0
nova_url=http://172.16.1.13:8774/v1.1/
sql_connection=mysql://novaUser:novaPass@172.16.1.13/nova
ec2_url=http://172.16.1.13:8773/services/Cloud
root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf
# Auth
use_deprecated_auth=false
auth_strategy=keystone
keystone_ec2_url=http://172.16.1.13:5000/v2.0/ec2tokens
# Imaging service
glance_api_servers=172.16.1.13:9292
image_service=nova.image.glance.GlanceImageService
# Vnc configuration
novnc_enabled=true
novncproxy_base_url=http://192.168.1.23:6080/vnc_auto.html
novncproxy_port=6080
vncserver_proxyclient_address=172.16.1.13
vncserver_listen=0.0.0.0
# Network settings
network_api_class=nova.network.quantumv2.api.API
quantum_url=http://172.16.1.13:9696
quantum_auth_strategy=keystone
quantum_admin_tenant_name=service
quantum_admin_username=quantum
quantum_admin_password=quantum
quantum_admin_auth_url=http://172.16.1.13: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
# Cinder #
volume_api_class=nova.volume.cinder.API
osapi_volume_listen_port=5900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment