2 rootwrap_config = /etc/cinder/rootwrap.conf
3 api_paste_confg = /etc/cinder/api-paste.ini
5 volume_name_template = volume-%s
6 volume_group = cinder-volumes
8 auth_strategy = keystone
9 state_path = /var/lib/cinder
10 lock_path = /var/lock/cinder
11 notification_driver=cinder.openstack.common.notifier.rpc_notifier
12 volumes_dir = /var/lib/cinder/volumes
14 log_file=/var/log/cinder/cinder.log
16 control_exchange = cinder
18 rabbit_host = {{ rabbit_host }}
20 rabbit_userid = {{ RABBIT_USER }}
21 rabbit_password = {{ RABBIT_PASS }}
22 my_ip = {{ storage_controller_host }}
24 glance_host = {{ HA_VIP }}
26 api_rate_limit = False
27 storage_availability_zone = nova
31 quota_driver=cinder.quota.DbQuotaDriver
33 osapi_volume_listen = {{ storage_controller_host }}
34 osapi_volume_listen_port = 8776
36 db_backend = sqlalchemy
37 volume_name_template = volume-%s
38 snapshot_name_template = snapshot-%s
41 volume_group=cinder-volumes
46 iscsi_ip_address={{ storage_controller_host }}
50 volumes_dir=/var/lib/cinder/volumes
52 volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver
55 auth_uri = http://{{ HA_VIP }}:5000/v2.0
56 identity_uri = http://{{ HA_VIP }}:35357
57 admin_tenant_name = service
59 admin_password = {{ CINDER_PASS }}
62 connection = mysql://cinder:{{ CINDER_DBPASS }}@{{ db_host }}/cinder