-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnova.conf.folsom.sample
61 lines (51 loc) · 1.57 KB
/
nova.conf.folsom.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[DEFAULT]
# Log/State
logdir = /var/log/nova
state_path = /var/lib/nova
# Keystone
auth_strategy = keystone
use_deprecated_auth = false
# Database
sql_connection = mysql://<account>:<password>@<SQL-host>/nova
# Nova
libvirt_use_virtio_for_bridges = true
compute_driver = xenapi.XenAPIDriver
xenapi_connection_url = <XenPoolMasterIPAddress>
xenapi_connection_username =
xenapi_connection_password =
# novnc
novnc_enable = true
novncproxy_base_url = http://<Compute-Controller-Host-Public-IP-Address>:6080/vnc_auto.html
vncserver_proxyclient_address =
vncserver_listen = 0.0.0.0
# Glance
glance_api_servers = <Glance-Service-Host>:9292
image_service = nova.image.glance.GlanceImageService
# Cinder
volume_api_class = nova.volume.cinder.API
#volume_driver = nova.volume.driver.ISCSIDriver
#iscsi_helper = tgtadm
# RabbitMQ
rabbit_host = <RabbitMQ-Server>
rabbit_admin =
rabbit_password =
# Networking
dhcpbridge_flagfile = /etc/nova/nova.conf
dhcpbridge = /usr/bin/nova-dhcpbridge
force_dhcp_release = true
ec2_private_dns_show_ip = true
network_api_class = nova.network.quantumv2.api.API
quantum_url = http://<Quantum-Server>:9696
quantum_auth_strategy = keystone
quantum_admin_tenant_name = service
quantum_admin_username = quantum
quantum_admin_password = <quantum-password>
quantum_admin_auth_url = http://<Quantum-Server>:35357/v2.0
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
# MISC
verbose = true
debug = true
lock_path = /var/lock/nova
rootwrap_config = /etc/nova/rootwrap.conf
api_paste_config = /etc/nova/api-paste.ini
enabled_apis = ec2,osapi_compute,metadata