Skip to content

Instantly share code, notes, and snippets.

@matthewbaggett
Created July 11, 2014 00:04
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 matthewbaggett/5fad9c4a486f10dd4c95 to your computer and use it in GitHub Desktop.
Save matthewbaggett/5fad9c4a486f10dd4c95 to your computer and use it in GitHub Desktop.
[DEFAULT]
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
force_dhcp_release=True
iscsi_helper=tgtadm
libvirt_use_virtio_for_bridges=True
connection_type=libvirt
root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf
verbose=True
ec2_private_dns_show_ip=True
api_paste_config=/etc/nova/api-paste.ini
volumes_path=/var/lib/nova/volumes
enabled_apis=ec2,osapi_compute,metadata
rpc_backend = rabbit
rabbit_host = controller.openstack.thru.io
rabbit_username = guest
rabbit_password = **REDACTED**
my_ip = 25.87.200.148
vncserver_listen = 25.87.200.148
vncserver_proxyclient_address = 25.87.200.148
auth_strategy = keystone
[database]
connection = mysql://nova:**REDACTED**@controller.openstack.thru.io/nova
[keystone_authtoken]
auth_uri = http://controller.openstack.thru.io:5000
auth_host = controller.openstack.thru.io
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = nova
admin_password = **REDACTED**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment