-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcinder-controller.conf
More file actions
44 lines (38 loc) · 1017 Bytes
/
cinder-controller.conf
File metadata and controls
44 lines (38 loc) · 1017 Bytes
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
[DEFAULT]
# ...
my_ip = 192.168.1.15
enable_v2_api=false
enable_v3_api=true
debug = True
enabled_backends=lvm
auth_strategy = keystone
transport_url = rabbit://openstack:rabbitmq@192.168.1.15:5672
[database]
connection = mysql+pymysql://cinder:cinder@192.168.1.15:3306/cinder
[glance]
api_servers = http://192.168.1.15:9292
[keystone_authtoken]
www_authenticate_uri = http://192.168.1.15:5000
auth_url = http://192.168.1.15:5000
memcached_servers = 192.168.1.15:11211
auth_type = password
project_domain_id = default
user_domain_id = default
project_name = service
username = cinder
password = cinder
[placement]
os_region_name = microstack
project_domain_name = default
project_name = service
auth_type = password
user_domain_name = default
auth_url = http://192.168.1.15:5000
username = placement
password = placement
[lvm]
# ...
volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
volume_group = cinder-volumes
target_protocol = iscsi
target_helper = tgtadm