Skip to content

Instantly share code, notes, and snippets.

@al-indigo
Created May 19, 2016 12:21
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 al-indigo/fad6c84961ab51e00ebe803771c86af7 to your computer and use it in GitHub Desktop.
Save al-indigo/fad6c84961ab51e00ebe803771c86af7 to your computer and use it in GitHub Desktop.
nova.conf
[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
libvirt_use_virtio_for_bridges=True
verbose=True
ec2_private_dns_show_ip=True
api_paste_config=/etc/nova/api-paste.ini
enabled_apis=ec2,osapi_compute,metadata
memcached_servers = localhost
rpc_backend = rabbit
rpc_thread_pool_size = 192
executor_thread_pool_size = 192
rpc_conn_pool_size = 256
rpc_response_timeout = 120
rpc_poll_timeout = 5
auth_strategy = keystone
my_ip = 10.10.21.31
vnc_enabled = True
vncserver_listen = 10.10.21.31
network_api_class = nova.network.neutronv2.api.API
security_group_api = neutron
linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
firewall_driver = nova.virt.firewall.NoopFirewallDriver
cert = /etc/nginx/ssl/cloud_combined.crt
key_file = /etc/nginx/ssl/decrypted_key.key
[oslo_messaging_rabbit]
rabbit_host = *********
rabbit_userid = openstack
rabbit_password = *********
rpc_conn_pool_size = 120
[oslo_concurrency]
lock_path = /var/lib/nova/tmp
[keystone_authtoken]
auth_uri = *********
auth_url = *********
auth_plugin = password
project_domain_id = default
user_domain_id = default
project_name = service
username = nova
password = *********
memcached_servers = localhost
[database]
connection = *********
connection_debug=5
use_tpool = True
max_pool_size = 64
[glance]
host = 10.10.21.32
[neutron]
url = *********
auth_strategy = keystone
admin_auth_url = *********
admin_tenant_name = service
admin_username = neutron
admin_password = *********
service_metadata_proxy = True
metadata_proxy_shared_secret = *********
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment