blob: bd6c5217c2a96e568e5884c22edc16dbfe8beeab [file] [log] [blame]
Scott Baker31acc652016-06-23 15:47:56 -07001# This file autogenerated by monitoring-channel observer
2# It contains a list of attributes to be used by ceilometer proxy web server
3# syntax: key=value
4
5[default]
6auth_url={{ auth_url }}
7admin_user={{ admin_user }}
8admin_tenant={{ admin_tenant }}
9admin_password={{ admin_password }}
10ceilometer_pub_sub_url={{ ceilometer_pub_sub_url }}
11
12[allowed_tenants]
13{% if allowed_tenant_ids %}
14{% for tenant_id in allowed_tenant_ids %}
15{{ tenant_id }}
16{% endfor %}
17{% endif %}