[keystone_authtoken]
memcached_servers = localhost:11211
cafile = /opt/stack/data/ca-bundle.pem
project_domain_name = Default
project_name = service
user_domain_name = Default
password = Passw0rd
username = cinder
auth_url = http://10.222.0.69/identity
interface = public
auth_type = password

[DEFAULT]
os_privileged_user_auth_url = http://10.222.0.69/identity/v2.0
cinder_internal_tenant_user_id = 983354f0d5dd4b50849f9f8b9addf5e8
cinder_internal_tenant_project_id = 64938a25805d48f08e64bf7b9723132a
graceful_shutdown_timeout = 5
glance_api_servers = http://10.222.0.69/image
osapi_volume_workers = 2
logging_exception_prefix = ERROR %(name)s %(instance)s
logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s
logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s
logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}
transport_url = rabbit://stackrabbit:Passw0rd@10.222.0.69:5672/
default_volume_type = ceph
enabled_backends = ceph
glance_api_version = 2
rpc_response_timeout = 120
my_ip = 10.222.0.69
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
target_helper = lioadm
debug = True

[database]
connection = mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8

[oslo_concurrency]
lock_path = /opt/stack/data/cinder

[key_manager]
fixed_key = bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec
backend = cinder.keymgr.conf_key_mgr.ConfKeyManager

[ceph]
rbd_store_chunk_size = 4
rados_connect_timeout = -1
image_volume_cache_enabled = True
rbd_max_clone_depth = 5
rbd_flatten_volume_from_snapshot = false
rbd_secret_uuid = 530750f1-8f8d-4836-a570-cac1185a97b5
rbd_user = cinder
rbd_pool = volumes
rbd_ceph_conf = /etc/ceph/ceph.conf
volume_driver = cinder.volume.drivers.rbd.RBDDriver
volume_backend_name = ceph

[nova]
region_name = RegionOne
memcached_servers = localhost:11211
cafile = /opt/stack/data/ca-bundle.pem
project_domain_name = Default
project_name = service
user_domain_name = Default
password = Passw0rd
username = nova
auth_url = http://10.222.0.69/identity
interface = public
auth_type = password

[coordination]
backend_url = etcd3+http://10.222.0.69:2379