Skip to content

Instantly share code, notes, and snippets.

@rkatti
Created January 19, 2015 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkatti/239b02e6838c373631c9 to your computer and use it in GitHub Desktop.
Save rkatti/239b02e6838c373631c9 to your computer and use it in GitHub Desktop.
cinder.conf
ubuntu@dcmitool0:~/devstack$ cat /etc/cinder/cinder.conf
[keystone_authtoken]
signing_dir = /var/cache/cinder
admin_password = admin
admin_user = cinder
admin_tenant_name = service
auth_uri = http://172.30.83.12:5000/v2.0
cafile = /opt/stack/data/ca-bundle.pem
identity_uri = http://172.30.83.12:35357
auth_protocol = http
auth_port = 35357
auth_host = 172.30.83.12
[DEFAULT]
glance_api_servers = http://172.30.83.12:9292
osapi_volume_workers = 16
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
rabbit_userid = stackrabbit
rabbit_password = admin
rabbit_hosts = 172.30.83.12
rpc_backend = cinder.openstack.common.rpc.impl_kombu
default_volume_type = ceph
enabled_backends = ceph
glance_api_version = 2
enable_v1_api = true
periodic_interval = 60
lock_path = /opt/stack/data/cinder
state_path = /opt/stack/data/cinder
osapi_volume_extension = cinder.api.contrib.standard_extensions
rootwrap_config = /etc/cinder/rootwrap.conf
api_paste_config = /etc/cinder/api-paste.ini
sql_connection = mysql://root:admin@127.0.0.1/cinder?charset=utf8
iscsi_helper = tgtadm
my_ip = 172.30.83.12
verbose = True
debug = True
auth_strategy = keystone
nova_catalog_admin_info = compute:nova:adminURL
nova_catalog_info = compute:nova:publicURL
[ceph]
rbd_max_clone_depth = 5
rbd_flatten_volume_from_snapshot = False
rbd_uuid = eedbb1d1-c7ee-483c-b8db-3917125ed276
rbd_secret_uuid = eedbb1d1-c7ee-483c-b8db-3917125ed276
rbd_user = test
rbd_pool = test2
rbd_ceph_conf = /etc/ceph/ceph.conf
volume_driver = cinder.volume.drivers.rbd.RBDDriver
volume_backend_name = ceph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment