Skip to content

Instantly share code, notes, and snippets.

Created August 27, 2015 19:09
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 anonymous/6455e6810d6b7b03e469 to your computer and use it in GitHub Desktop.
Save anonymous/6455e6810d6b7b03e469 to your computer and use it in GitHub Desktop.
[keystone_authtoken]
signing_dir = /var/cache/cinder
cafile = /opt/stack/data/ca-bundle.pem
auth_uri = http://172.16.140.246:5000
project_domain_id = default
project_name = service
user_domain_id = default
password = solidfire
username = cinder
auth_url = http://172.16.140.246:35357
auth_plugin = password
[DEFAULT]
glance_api_servers = http://172.16.140.246:9292
osapi_volume_workers = 12
logging_context_format_string = %(asctime)s.%(msecs)03d %(levelname)s %(name)s [%(request_id)s %(project_name)s] %(resource)s%(message)s
volume_clear = none
secure_delete = False
rpc_backend = rabbit
default_volume_type = lvmdriver-1
enabled_backends = lvmdriver-1
os_region_name = RegionOne
enable_v1_api = true
periodic_interval = 60
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
iscsi_helper = tgtadm
verbose = True
debug = True
auth_strategy = keystone
nova_catalog_admin_info = compute:nova:adminURL
nova_catalog_info = compute:nova:publicURL
[database]
connection = mysql://root:solidfire@127.0.0.1/cinder?charset=utf8
[oslo_concurrency]
lock_path = /opt/stack/data/cinder
[lvmdriver-1]
volume_clear = none
iscsi_helper = tgtadm
volume_group = stack-volumes-lvmdriver-1
volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
volume_backend_name = lvmdriver-1
[oslo_messaging_rabbit]
rabbit_userid = stackrabbit
rabbit_password = solidfire
rabbit_hosts = 172.16.140.246
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment