############################################################################### # [ 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 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 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 glance_api_servers = https://image-int.example.com:9292 glance_api_version = 2 os_region_name = RegionOne volume_usage_audit_period = month cinder_internal_tenant_project_id = services cinder_internal_tenant_user_id = cinderv3 host = cinder enabled_backends = cinder-ceph default_volume_type = purestorage-array-pa3 [backend_defaults] [cinder-ceph] volume_backend_name = cinder-ceph volume_driver = cinder.volume.drivers.rbd.RBDDriver rbd_pool = cinder-ceph rbd_user = cinder-ceph rbd_secret_uuid = 1181d1cf-1a52-4d58-8598-c25f4e94c0da rbd_ceph_conf = /var/lib/charm/cinder-ceph/ceph.conf report_discard_supported = True rbd_exclusive_cinder_pool = True rbd_flatten_volume_from_snapshot = False [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 service_type = volumev3 project_name = services username = cinderv3 password = password signing_dir = /var/cache/cinder memcached_servers = inet6:[::1]:11211 service_token_roles = Admin service_token_roles_required = True [service_user] send_service_user_token = true auth_type = password auth_url = https://identity.example.com:35357 project_domain_name = service_domain user_domain_name = service_domain project_name = services username = cinderv3 password = password [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 = cinderv3 # 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