############################################################################### # [ WARNING ] # cinder configuration file maintained by Juju # local changes may be overwritten. ############################################################################### [DEFAULT] rootwrap_config = /etc/cinder/rootwrap.conf api_paste_confg = /etc/cinder/api-paste.ini iscsi_helper = tgtadm verbose = False debug = False use_syslog = False auth_strategy = keystone state_path = /var/lib/cinder osapi_volume_workers = 4 swift_catalog_info = object-store:swift:internalURL keystone_catalog_info = identity:Identity Service:internalURL glance_catalog_info = image:glance:internalURL nova_catalog_info = compute:Compute Service:internalURL osapi_volume_listen = 0.0.0.0 osapi_volume_listen_port = 8756 os_region_name = idf1 volume_name_template = VG-XYZ/%s volume_usage_audit_period = month cinder_internal_tenant_project_id = services cinder_internal_tenant_user_id = cinder host = cinder-volume enabled_backends = cinder-purestorage-pa3,cinder-purestorage-pa4 default_volume_type = purestorage-array-pa3 [backend_defaults] [cinder-purestorage-pa3] san_ip = 1.1.1.1 pure_api_token = xyz use_multipath_for_image_xfer = True image_volume_cache_enabled = True pure_eradicate_on_delete = False pure_automatic_max_oversubscription_ratio = True volume_driver = cinder.volume.drivers.pure.PureFCDriver volume_backend_name = purestorage-array-pa3 allowed_direct_url_schemes = cinder [cinder-purestorage-pa4] san_ip = 1.1.1.1 pure_api_token = xyz use_multipath_for_image_xfer = True image_volume_cache_enabled = True pure_eradicate_on_delete = False pure_automatic_max_oversubscription_ratio = True volume_driver = cinder.volume.drivers.pure.PureFCDriver volume_backend_name = purestorage-array-pa4 allowed_direct_url_schemes = cinder [keystone_authtoken] auth_type = password auth_uri = https://identity.example.com:8080/v3 auth_url = https://identity.example.com:35357/v3 project_domain_name = service_domain user_domain_name = service_domain project_name = services username = cinder password = xyz signing_dir = /var/cache/cinder memcached_servers = inet6:[::1]:11211 service_token_roles = service_token_roles_required = True [database] connection = mysql+pymysql://cinder:password@127.0.0.1/cinder [oslo_messaging_rabbit] [oslo_messaging_notifications] driver = messagingv2 transport_url = rabbit://cinder:password@192.170.4.19:5672,cinder:password@192.170.4.35:5672,cinder:password@192.170.4.68:5672/openstack [oslo_concurrency] lock_path = /var/lock/cinder [keymgr] # XXX: hack to work around http://pad.lv/1516085 # will be superseded by SRU to cinder package encryption_auth_url = https://identity.example.com:8080/v3 [oslo_middleware] # Bug #1758675 enable_proxy_headers_parsing = true [nova] # Authentication type to load (string value) auth_type = password # Authentication URL (string value) auth_url = https://identity.example.com:35357 # Username (string value) username = cinder # User's password (string value) password = password # Project name to scope to (string value) project_name = services project_domain_name = service_domain user_domain_name = service_domain region_name = RegionOne