Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Ansible managed
- [DEFAULT]
- # Disable stderr logging
- use_stderr = False
- debug = False
- fatal_deprecations = False
- my_ip = 10.0.100.84
- osapi_volume_workers = 10
- rootwrap_config = /etc/cinder/rootwrap.conf
- api_paste_config = /etc/cinder/api-paste.ini
- auth_strategy = keystone
- ## Cinder API's enabled
- enable_v1_api = True
- enable_v2_api = True
- enable_v3_api = True
- ## RabbitMQ RPC
- executor_thread_pool_size = 64
- rpc_response_timeout = 60
- transport_url = rabbit://cinder:[email protected]:5671,cinder:[email protected]:5671,cinder:[email protected]:5671//cinder
- ## Quota
- quota_volumes = 10
- quota_snapshots = 10
- quota_consistencygroups = 10
- quota_gigabytes = 1000
- quota_backups = 10
- quota_backup_gigabytes = 1000
- ## Nova
- nova_catalog_info = compute:nova:internalURL
- nova_catalog_admin_info = compute:nova:adminURL
- os_region_name = RegionOne
- ## Glance
- glance_api_servers = http://10.0.100.9: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 = 10.0.101.211
- iscsi_num_targets = 100
- iscsi_port = 3260
- client_socket_timeout = 900
- enabled_backends=RBD
- # All given backend(s)
- [RBD]
- rbd_ceph_conf=/etc/ceph/ceph.conf
- rbd_pool=volumes
- rbd_secret_uuid=f8a40164-e09b-4d6b-99cf-44098b8f8e13
- rbd_store_chunk_size=8
- rbd_user=cinder
- report_discard_supported=True
- volume_backend_name=rbddriver
- volume_driver=cinder.volume.drivers.rbd.RBDDriver
- [database]
- connection = mysql+pymysql://cinder:[email protected]/cinder?charset=utf8
- [oslo_messaging_rabbit]
- ssl = True
- [oslo_messaging_notifications]
- driver = messagingv2
- transport_url = rabbit://cinder:[email protected]:5671,cinder:[email protected]:5671,cinder:[email protected]:5671//cinder
- [oslo_concurrency]
- lock_path = /var/lock/cinder
- [profiler]
- enabled = False
- trace_sqlalchemy = False
- hmac_keys = 016713939f2da7c4bbdaa666ecfdff0e
- [keystone_authtoken]
- insecure = False
- auth_type = password
- auth_url = http://10.0.100.9:35357/v3
- auth_uri = http://10.0.100.9:5000
- project_domain_id = default
- user_domain_id = default
- project_name = service
- username = cinder
- password = f32af17aba09fd6c82e6ab1fc60adfff16f89115e8c
- region_name = RegionOne
- memcached_servers = 10.0.100.182:11211,10.0.100.149:11211,10.0.100.106:11211
- token_cache_time = 300
- # if your memcached server is shared, use these settings to avoid cache poisoning
- memcache_security_strategy = ENCRYPT
- memcache_secret_key = 1e72f7cca0787da391728a32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement