Comment 1 for bug 1776694

Revision history for this message
vismys (vismys) wrote :

cinder config file.

[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
auth_strategy = keystone
state_path = /var/lib/cinder
lock_path = /var/lock/cinder
volumes_dir = /var/lib/cinder/volumes
enabled_backends = hpsan
transport_url = rabbit://openstack:rabbit1@magellan
my_ip = 10.54.9.74
glance_api_servers = http://magellan:9292

[database]
connection = mysql+pymysql://cinder:sonus1@magellan/cinder

[keystone_authtoken]
auth_uri = http://magellan:5000
auth_url = http://magellan:35357
auth_type = password
memcached_servers = magellan:11211
project_domain_name = default
user_domain_name = default
project_name = service
username = cinder
password = cinder

[oslo_concurrency]
lock_path = /var/lib/cinder/tmp

[hpsan]
hpelefthand_api_url = https://10.54.225.10:8081/lhos
hpelefthand_username = admin
hpelefthand_password = admin
hpelefthand_clustername = CLUS1
volume_driver = cinder.volume.drivers.hpe.hpe_lefthand_iscsi.HPELeftHandISCSIDriver
hpelefthand_iscsi_chap_enabled = false
hpelefthand_debug = false
max_over_subscription_ratio = 20.0
reserved_percentage = 15