[DEFAULT] use_journal = True # Disable stderr logging use_stderr = False debug = True fatal_deprecations = False my_ip = 172.29.236.100 osapi_volume_workers = 1 rootwrap_config = /etc/cinder/rootwrap.conf api_paste_config = /etc/cinder/api-paste.ini auth_strategy = keystone ## Cinder Scheduler ## RabbitMQ RPC executor_thread_pool_size = 64 rpc_response_timeout = 60 transport_url = rabbit://cinder:39d702ec8177c74fc3de59b7a478e5f209e7b85fd7fa4f47b37@172.29.238.154:5671/cinder?ssl=1&ssl_version=TLSv1_2&ssl_ca_file= ## 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://172.29.236.101:9292 glance_num_retries = 0 glance_api_version = 2 volume_clear = zero volume_clear_size = 0 volume_clear_ionice = -c3 volume_name_template = volume-%s storage_availability_zone = nova default_availability_zone = nova target_helper = tgtadm iscsi_iotype = fileio target_ip_address = 172.29.244.100 iscsi_num_targets = 100 target_port = 3260 client_socket_timeout = 900 enabled_backends = lvm # Ensure that user can create a new volume by cloning image-volume allowed_direct_url_schemes = cinder # All given backend(s) [lvm] iscsi_ip_address = 172.29.236.100 lvm_type = thin volume_backend_name = LVM_iSCSI volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver volume_group = cinder-volumes [backend_defaults] target_helper = tgtadm [database] connection = mysql+pymysql://cinder:4af9ef88237ebbc3235da5@172.29.236.101:3306/cinder?charset=utf8&ssl_verify_cert=true max_overflow = 50 max_pool_size = 5 pool_timeout = 30 connection_recycle_time = 600 [oslo_messaging_rabbit] heartbeat_in_pthread = False rabbit_quorum_queue = True rabbit_transient_quorum_queue = True rabbit_qos_prefetch_count = 10 use_queue_manager = False rabbit_stream_fanout = True rabbit_quorum_delivery_limit = 0 rabbit_quorum_max_memory_bytes = 0 [oslo_messaging_notifications] driver = noop transport_url = rabbit://cinder:39d702ec8177c74fc3de59b7a478e5f209e7b85fd7fa4f47b37@172.29.238.154:5671/cinder?ssl=1&ssl_version=TLSv1_2&ssl_ca_file= [oslo_concurrency] lock_path = /run/lock/cinder [profiler] enabled = False trace_sqlalchemy = False hmac_keys = e119479f7bdb1d1b7d906f5b6833a4b2 [keystone_authtoken] insecure = False auth_type = password auth_url = http://172.29.236.101:5000/v3 www_authenticate_uri = http://172.29.236.101:5000 project_domain_id = default user_domain_id = default project_name = service username = cinder password = 5393dfe80e10c555348eaaa5e4df35b91781cd5694e211f173127b region_name = RegionOne memcached_servers = 172.29.236.117: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 = dc23d23c3dae39b2c1fb68a7d52b958b service_token_roles_required = True service_token_roles = service service_type = volumev3 [nova] interface = internal insecure = False auth_type = password auth_url = http://172.29.236.101:5000/v3 password = 5393dfe80e10c555348eaaa5e4df35b91781cd5694e211f173127b project_domain_id = default project_name = service region_name = RegionOne user_domain_id = default username = cinder [service_user] send_service_user_token = True insecure = False auth_type = password auth_url = http://172.29.236.101:5000/v3 password = 5393dfe80e10c555348eaaa5e4df35b91781cd5694e211f173127b project_domain_id = default project_name = service region_name = RegionOne user_domain_id = default username = cinder