[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 debug = True auth_strategy = keystone state_path = /var/lib/cinder lock_path = /var/lock/cinder volumes_dir = /var/lib/cinder/volumes volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver ## rmq rpc_backend = rabbit rabbit_host = controller rabbit_password = rmq_pass ## keystone [keystone_authtoken] auth_uri = http://controller:5000/v2.0 identity_uri = http://controller:35357 admin_tenant_name = service admin_user = cinder admin_password = password ## misc my_ip = ipaddress ## glance glance_host = glance_server [database] connection = mysql://user:password@host/cinder