Skip to content

Instantly share code, notes, and snippets.

@mattray
Created May 27, 2011 21:16
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 mattray/996191 to your computer and use it in GitHub Desktop.
Save mattray/996191 to your computer and use it in GitHub Desktop.
nova.conf
--daemonize = 1
--dhcpbridge_flagfile=/etc/nova/nova.conf
--dhcpbridge=/usr/bin/nova-dhcpbridge
--logdir=/var/log/nova
--state_path=/var/lib/nova
--lock_path=/var/lock/nova
--verbose
--my_ip=192.168.11.9
--iscsi_ip_prefix=192.168.11
--s3_host=192.168.11.9
--cc_host=192.168.11.9
--ec2_url=http://192.168.11.9:8773/services/Cloud
--routing_source_ip=192.168.11.9
--sql_connection=mysql://nova:UBDFoUEDW3QOgDigzB_Q@192.168.11.9/nova
--libvirt_type=kvm
--rabbit_host=192.168.11.9
--rabbit_port=5672
--rabbit_userid=nova
--rabbit_password=b7aSwSLUsgt6KbCe9YiJ
--rabbit_virtual_host=/nova
--network_manager=nova.network.manager.FlatManager
--fixed_range=192.168.11.0/24
--public_interface=eth0
--vlan_interface=eth0
--flat_interface=eth0
--flat_network_dns=8.8.4.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment