Comment 1 for bug 1918821

Revision history for this message
Andre Ruiz (andre-ruiz) wrote :

Also, there seems to be an inconsistency where in the config template, the application name is used:

templates/gnocchi.conf:

{% if options.storage_backend == 'ceph' and storage_ceph.key -%}
driver = ceph
ceph_pool = {{ options.application_name }} <-------- here
ceph_username = {{ options.application_name }}
ceph_secret = {{ storage_ceph.key }}
ceph_conffile = {{ options.ceph_config }}