-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnova.conf
More file actions
58 lines (48 loc) · 1.3 KB
/
nova.conf
File metadata and controls
58 lines (48 loc) · 1.3 KB
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
[DEFAULT]
# define own IP
my_ip = 192.168.122.185
state_path = /var/lib/nova
enabled_apis = osapi_compute,metadata
compute_driver=libvirt.LibvirtDriver
log_dir = /var/log/nova
# RabbitMQ connection info
transport_url = rabbit://openstack:[email protected]
[api]
auth_strategy = keystone
# Glance connection info
[glance]
api_servers = http://192.168.122.185:9292
[oslo_concurrency]
lock_path = $state_path/tmp
# MariaDB connection info
[api_database]
connection = mysql+pymysql://nova:[email protected]/nova_api
[database]
connection = mysql+pymysql://nova:[email protected]/nova
# Keystone auth info
[keystone_authtoken]
auth_uri = http://192.168.122.185:5000
auth_url = http://192.168.122.185:35357
memcached_servers = 192.168.122.185:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = nova
password = servicepassword
[placement]
auth_url = http://192.168.122.185:35357
os_region_name = RegionOne
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = placement
password = servicepassword
[placement_database]
connection = mysql+pymysql://nova:[email protected]/nova_placement
[wsgi]
api_paste_config = /etc/nova/api-paste.ini
[libvirt]
virt_type=qemu
cpu_mode=none