Skip to content

Instantly share code, notes, and snippets.

@jedipunkz
Created October 18, 2013 08:46
Show Gist options
  • Save jedipunkz/7038542 to your computer and use it in GitHub Desktop.
Save jedipunkz/7038542 to your computer and use it in GitHub Desktop.
havana の nova.conf
[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
compute_scheduler_driver=nova.scheduler.simple.simplescheduler
rabbit_host=10.200.10.57
nova_url=http://10.200.10.57:8774/v1.1/
#sql_connection=mysql://novauser:novapass@10.200.10.57/nova
sql_connection=mysql://novauser:novapass@10.200.10.57/nova
root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf
# auth
use_deprecated_auth=false
auth_strategy=keystone
# imaging service
glance_api_servers=10.200.10.57:9292
image_service=nova.image.glance.glanceimageservice
# vnc configuration
vnc_enabled=true
novncproxy_base_url=http://10.200.9.57:6080/vnc_auto.html
novncproxy_port=6080
vncserver_proxyclient_address=10.200.10.57
vncserver_listen=0.0.0.0
# network settings
network_api_class=nova.network.neutronv2.api.API
neutron_url=http://10.200.10.57:9696
neutron_auth_strategy=keystone
neutron_admin_tenant_name=service
neutron_admin_username=neutron
neutron_admin_password=service_pass
neutron_admin_auth_url=http://10.200.10.57:35357/v2.0
libvirt_vif_driver = nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver
linuxnet_interface_driver=nova.network.linux_net.linuxOVSinterfacedriver
firewall_driver = nova.virt.firewall.NoopFirewallDriver
security_group_api = neutron
# metadata
service_neutron_metadata_proxy = True
neutron_metadata_proxy_shared_secret = helloopenstack
metadata_host = 10.200.10.57
metadata_listen = 10.200.10.57
metadata_listen_port = 8775
# compute
compute_driver = nova.virt.libvirt.LibvirtDriver
# cinder
volume_api_class=nova.volume.cinder.API
osapi_volume_listen_port=5900
iscsi_ip_address=10.200.10.57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment