blob: 4c712f18e3e55f1f019e60e0c9f84813ca20181e [file] [log] [blame]
# This file autogenerated by monitoring-channel observer
# It contains a list of attributes to be used by ceilometer proxy web server
# syntax: key=value
[default]
auth_url={{ auth_url }}
admin_user={{ admin_user }}
admin_tenant={{ admin_tenant }}
admin_password={{ admin_password }}
[allowed_tenants]
{% if allowed_tenant_ids %}
{% for tenant_id in allowed_tenant_ids %}
{{ tenant_id }}
{% endfor %}
{% endif %}