2013-03-05 22:23:08 +00:00
|
|
|
[DEFAULT]
|
|
|
|
rootwrap_config=/etc/cinder/rootwrap.conf
|
2013-03-26 21:36:12 +00:00
|
|
|
sql_connection = mysql://cinder:openstack@192.168.127.130/cinder
|
2013-03-05 22:23:08 +00:00
|
|
|
api_paste_config = /etc/cinder/api-paste.ini
|
|
|
|
|
|
|
|
iscsi_helper=tgtadm
|
|
|
|
volume_name_template = volume-%s
|
|
|
|
volume_group = cinder-volumes
|
|
|
|
verbose = True
|
|
|
|
auth_strategy = keystone
|
|
|
|
#osapi_volume_listen_port=5900
|
|
|
|
|
|
|
|
# Add these when not using the defaults.
|
|
|
|
rabbit_host = 10.10.10.10
|
|
|
|
rabbit_port = 5672
|
|
|
|
rabbit_userid = rabbit
|
|
|
|
rabbit_password = secure_password
|
|
|
|
rabbit_virtual_host = /nova
|