Merge "Remove cinder.conf from glance" into main

This commit is contained in:
Zuul 2023-07-24 16:56:59 +00:00 committed by Gerrit Code Review
commit ed37a746f8

View File

@ -1,26 +0,0 @@
###############################################################################
# [ 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
debug = {{ options.debug }}
transport_url = {{ amqp.transport_url }}
auth_strategy = keystone
{% include "parts/section-database" %}
[keystone_authtoken]
www_authenticate_uri = {{ identity_service.internal_protocol }}://{{ identity_service.internal_host }}:{{ identity_service.internal_port }}
auth_url = {{ identity_service.internal_protocol }}://{{ identity_service.internal_host }}:{{ identity_service.internal_port }}
auth_type = password
project_domain_name = {{ identity_service.service_domain_name }}
user_domain_name = {{ identity_service.service_domain_name }}
project_name = {{ identity_service.service_project_name }}
username = {{ identity_service.service_user_name }}
password = {{ identity_service.service_password }}
[oslo_concurrency]
lock_path = /var/lib/cinder/tmp