Skip to content

Instantly share code, notes, and snippets.

@evrardjp
Created October 5, 2017 11:18
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 evrardjp/0c472522efb179e7a4435541f4de9e1a to your computer and use it in GitHub Desktop.
Save evrardjp/0c472522efb179e7a4435541f4de9e1a to your computer and use it in GitHub Desktop.
[DEFAULT]
use_stderr = False
debug = True
fatal_deprecations = False
my_ip = 127.0.0.1
osapi_volume_workers = 2
rootwrap_config = /etc/cinder/rootwrap.conf
api_paste_config = /etc/cinder/api-paste.ini
auth_strategy = keystone
enable_v1_api = True
enable_v2_api = True
enable_v3_api = True
executor_thread_pool_size = 64
rpc_response_timeout = 60
transport_url = rabbit://cinder:password@10.1.1.101:5672//cinder
quota_volumes = 10
quota_snapshots = 10
quota_consistencygroups = 10
quota_gigabytes = 1000
quota_backups = 10
quota_backup_gigabytes = 1000
nova_catalog_info = compute:nova:internalURL
nova_catalog_admin_info = compute:nova:adminURL
os_region_name = RegionOne
glance_api_servers = http://10.1.1.101:9292
glance_num_retries = 0
volume_clear = zero
volume_clear_size = 0
volume_clear_ionice = -c3
volume_name_template = volume-%s
storage_availability_zone = nova
default_availability_zone = nova
iscsi_helper = tgtadm
iscsi_iotype = fileio
iscsi_ip_address = 127.0.0.1
iscsi_num_targets = 100
iscsi_port = 3260
client_socket_timeout = 900
default_volume_type = lvm
enabled_backends=lvm
[lvm]
volume_backend_name=LVM_iSCSI
volume_driver=cinder.volume.drivers.lvm.LVMVolumeDriver
volume_group=cinder-volumes
[database]
connection = mysql+pymysql://cinder:password@10.1.1.101/cinder?charset=utf8
[oslo_messaging_rabbit]
ssl = False
[oslo_concurrency]
lock_path = /var/lock/cinder
[profiler]
enabled = False
trace_sqlalchemy = False
hmac_keys = secrete
[keystone_authtoken]
insecure = False
auth_type = password
auth_url = http://10.1.1.102:35357/v3
auth_uri = http://10.1.1.102:5000
project_domain_id = default
user_domain_id = default
project_name = service
username = cinder
password = secrete
region_name = RegionOne
memcached_servers = 10.1.1.101
token_cache_time = 300
memcache_security_strategy = ENCRYPT
memcache_secret_key = secrete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment