aa8a2174a6
Change-Id: I4729cf003896c3b4f8267d16e1b4822099231051
21 lines
415 B
Plaintext
21 lines
415 B
Plaintext
[DEFAULT]
|
|
debug = True
|
|
|
|
state_path = /var/run/cinder
|
|
|
|
rootwrap_config=/etc/cinder/rootwrap.conf
|
|
api_paste_config = /etc/cinder/api-paste.ini
|
|
|
|
iscsi_helper=tgtadm
|
|
volume_name_template = volume-%s
|
|
volume_group = cinder-volumes
|
|
verbose = True
|
|
auth_strategy = keystone
|
|
|
|
sql_connection={{cinder.db}}
|
|
|
|
rabbit_host = {{rabbit.host}}
|
|
rabbit_port = 5672
|
|
rabbit_userid = {{rabbit.user}}
|
|
rabbit_password = {{rabbit.password}}
|