24 lines
624 B
Plaintext
24 lines
624 B
Plaintext
|
[DEFAULT]
|
||
|
rootwrap_config = /etc/cinder/rootwrap.conf
|
||
|
api_paste_confg = /etc/cinder/api-paste.ini
|
||
|
volume_name_template = volume-%s
|
||
|
volume_group = cinder-volumes
|
||
|
verbose = True
|
||
|
auth_strategy = noauth
|
||
|
state_path = /var/lib/cinder
|
||
|
lock_path = /var/lock/cinder
|
||
|
volumes_dir = /var/lib/cinder/volumes
|
||
|
rabbit_host = rabbitmq
|
||
|
enabled_backends = solidfire
|
||
|
|
||
|
[database]
|
||
|
connection = mysql+pymysql://cinder:password@mariadb/cinder?charset=utf8
|
||
|
|
||
|
[solidfire]
|
||
|
volume_driver=cinder.volume.drivers.solidfire.SolidFireDriver
|
||
|
san_ip=10.117.36.51
|
||
|
san_login=admin
|
||
|
san_password=admin
|
||
|
volume_backend_name=solidfire
|
||
|
sf_allow_template_caching=false
|