1b99782821
Option auth_uri from group keystone_authtoken is deprecated[1]. Use option www_authenticate_uri from group keystone_authtoken. [1]https://review.openstack.org/#/c/508522/ Change-Id: I2a9853b52f23fc4b6a24a0548b9749e976467758
36 lines
922 B
Plaintext
36 lines
922 B
Plaintext
[DEFAULT]
|
|
rootwrap_config = /etc/cinder/rootwrap.conf
|
|
api_paste_confg = /etc/cinder/api-paste.ini
|
|
iscsi_helper = tgtadm
|
|
volume_name_template = volume-%s
|
|
volume_group = cinder-volumes
|
|
verbose = True
|
|
auth_strategy = keystone
|
|
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
|
|
|
|
[keystone_authtoken]
|
|
www_authenticate_uri = http://keystone:5000
|
|
auth_url = http://keystone:35357
|
|
memcached_servers = keystone:11211
|
|
auth_type = password
|
|
project_domain_name = default
|
|
user_domain_name = default
|
|
project_name = service
|
|
username = cinder
|
|
password = password
|
|
|
|
[solidfire]
|
|
volume_driver=cinder.volume.drivers.solidfire.SolidFireDriver
|
|
san_ip=10.117.36.101
|
|
san_login=admin
|
|
san_password=admin
|
|
volume_backend_name=solidfire
|
|
sf_allow_template_caching=false
|