Fix spec and patch
[openstack-build/cinder-build.git] / rpm / SOURCES / cinder-dist.conf
1 [DEFAULT]
2 logdir = /var/log/cinder
3 state_path = /var/lib/cinder
4 lock_path = /var/lib/cinder/tmp
5 volumes_dir = /etc/cinder/volumes
6 iscsi_helper = tgtadm
7 sql_connection = mysql://cinder:cinder@localhost/cinder
8 rpc_backend = cinder.openstack.common.rpc.impl_qpid
9 rootwrap_config = /etc/cinder/rootwrap.conf
10 auth_strategy = keystone
11
12 [keystone_authtoken]
13 admin_tenant_name = %SERVICE_TENANT_NAME%
14 admin_user = %SERVICE_USER%
15 admin_password = %SERVICE_PASSWORD%
16 auth_host = 127.0.0.1
17 auth_port = 35357
18 auth_protocol = http