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
7 verbose = {{ VERBOSE }}
9 auth_strategy = keystone
10 state_path = /var/lib/cinder
11 lock_path = /var/lock/cinder
12 notification_driver=cinder.openstack.common.notifier.rpc_notifier
13 volumes_dir = /var/lib/cinder/volumes
15 log_file=/var/log/cinder/cinder.log
17 control_exchange = cinder
19 rabbit_host = {{ rabbit_host }}
21 rabbit_userid = {{ RABBIT_USER }}
22 rabbit_password = {{ RABBIT_PASS }}
23 my_ip = {{ storage_controller_host }}
25 glance_host = {{ HA_VIP }}
27 api_rate_limit = False
28 storage_availability_zone = nova
32 quota_driver=cinder.quota.DbQuotaDriver
34 osapi_volume_listen = {{ storage_controller_host }}
35 osapi_volume_listen_port = 8776
37 db_backend = sqlalchemy
38 volume_name_template = volume-%s
39 snapshot_name_template = snapshot-%s
42 volume_group=cinder-volumes
47 iscsi_ip_address={{ storage_controller_host }}
51 volumes_dir=/var/lib/cinder/volumes
53 volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver
56 auth_uri = http://{{ HA_VIP }}:5000/v2.0
57 identity_uri = http://{{ HA_VIP }}:35357
58 admin_tenant_name = service
60 admin_password = {{ CINDER_PASS }}
63 connection = mysql://cinder:{{ CINDER_DBPASS }}@{{ db_host }}/cinder