[DEFAULT] transport_url = ********** auth_strategy = keystone # TODO: Decide if we want the operator to generate the api servers, which is # more efficient when creating volumes from image (no keystone requests). # For now rely on checking the catalog info # glance_api_servers=http://glanceapi.openstack.svc:9292/ glance_catalog_info = image:glance:internalURL allowed_direct_url_schemes = cinder storage_availability_zone = nova # TODO: should we create our own default type? #default_volume_type = openstack-k8s scheduler_driver = cinder.scheduler.filter_scheduler.FilterScheduler # Reduce to 30 seconds, from default's 60, the wait to receive 1 service # capabilities report from a cinder volume service. We keep it under the value # of service_down_time (default 60) to ensure that the probes don't restart the # scheduler. scheduler_driver_init_wait_time = 30 # Workaround for https://bugs.launchpad.net/cinder/+bug/2026877 # Cinder backup will appear as down with concurrent backup/restore operations. # Until bug is fixed we just increase the amount of time needed to report the # service as being down. service_down_time=180 # osapi_volume_listen=controller-0.internalapi.redhat.local osapi_volume_workers = 4 control_exchange = openstack api_paste_config = /etc/cinder/api-paste.ini # Keep the RPC call timeout in sync with HAProxy and Apache timeouts rpc_response_timeout = 60 [barbican] auth_endpoint = https://keystone-internal.openstack.svc:5000 barbican_endpoint_type = internal [database] connection = ********** max_retries = -1 db_max_retries = -1 [os_brick] lock_path = /var/locks/openstack/os-brick [oslo_concurrency] lock_path = /var/locks/openstack/cinder # Notifications are disabled by default, can be enabled by setting the driver # to messagingv2 at the top level cinder customServiceConfig [oslo_messaging_notifications] transport_url = ********** driver = noop [oslo_messaging_rabbit] heartbeat_timeout_threshold=60 [oslo_middleware] enable_proxy_headers_parsing=True [oslo_reports] file_event_handler=/etc/cinder [keystone_authtoken] www_authenticate_uri=https://keystone-public-openstack.apps-crc.testing auth_url = https://keystone-internal.openstack.svc:5000 memcached_servers = inet:[memcached-0.memcached.openstack.svc]:11211 memcache_pool_dead_retry = 10 memcache_pool_conn_get_timeout = 2 auth_type = password project_domain_name = Default user_domain_name = Default project_name = service username = ********** password = ********** service_token_roles_required = true interface = internal [nova] interface = internal auth_type = password auth_url = https://keystone-internal.openstack.svc:5000 username = ********** password = ********** user_domain_name = Default project_name = service project_domain_name = Default [service_user] send_service_user_token = True auth_url = https://keystone-internal.openstack.svc:5000 auth_type = password project_domain_name = Default user_domain_name = Default project_name = service username = ********** password = **********