[keystone_authtoken] memcached_servers = 192.168.122.72:11211 signing_dir = /var/cache/cinder cafile = /opt/stack/data/ca-bundle.pem auth_uri = http://192.168.122.72/identity project_domain_name = Default project_name = service user_domain_name = Default password = abc123 username = cinder auth_url = http://192.168.122.72/identity_v2_admin auth_type = password [DEFAULT] host = host1 graceful_shutdown_timeout = 5 os_privileged_user_tenant = service os_privileged_user_password = abc123 os_privileged_user_name = nova glance_api_servers = http://192.168.122.72:9292 osapi_volume_workers = 2 logging_exception_prefix = %(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s logging_debug_format_suffix = from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d logging_default_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s logging_context_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user_id)s %(project_id)s%(color)s] %(instance)s%(color)s%(message)s volume_clear = zero transport_url = rabbit://stackrabbit:abc123@192.168.122.72:5672/ backup_swift_url = http://192.168.122.72:8080/v1/AUTH_ default_volume_type = lvmdriver-1 enabled_backends = lvmdriver-1,lvmdriver-2 os_region_name = RegionOne my_ip = 192.168.122.72 periodic_interval = 60 state_path = /opt/stack/data/cinder osapi_volume_listen = 0.0.0.0 osapi_volume_extension = cinder.api.contrib.standard_extensions rootwrap_config = /etc/cinder/rootwrap.conf api_paste_config = /etc/cinder/api-paste.ini iscsi_helper = tgtadm debug = True auth_strategy = keystone nova_catalog_admin_info = compute:nova:adminURL nova_catalog_info = compute:nova:publicURL [database] connection = mysql+pymysql://root:abc123@127.0.0.1/cinder?charset=utf8 [oslo_concurrency] lock_path = /opt/stack/data/cinder [lvmdriver-1] lvm_max_over_subscription_ratio = 10.0 lvm_type = thin iscsi_helper = tgtadm volume_group = stack-volumes-lvmdriver-1 volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver volume_backend_name = lvmdriver-1 [lvmdriver-2] lvm_max_over_subscription_ratio = 10.0 lvm_type = thin iscsi_helper = tgtadm volume_group = stack-volumes-lvmdriver-2 volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver volume_backend_name = lvmdriver-2