[MOS10.0] [RPM] Update cinder package
[openstack-build/cinder-build.git] / centos7 / rpm / SOURCES / cinder-dist.conf
index 933c4a87086523496a94353548b4144e59f0df43..5df5eaeeb40e4332dc342bf1da3d84ccc78fed6a 100644 (file)
@@ -4,10 +4,12 @@ state_path = /var/lib/cinder
 lock_path = /var/lib/cinder/tmp
 volumes_dir = /etc/cinder/volumes
 iscsi_helper = lioadm
-sql_connection = mysql://cinder:cinder@localhost/cinder
 rootwrap_config = /etc/cinder/rootwrap.conf
 auth_strategy = keystone
 
+[database]
+connection = mysql://cinder:cinder@localhost/cinder
+
 [keystone_authtoken]
 admin_tenant_name = %SERVICE_TENANT_NAME%
 admin_user = %SERVICE_USER%