Scott Baker | 31acc65 | 2016-06-23 15:47:56 -0700 | [diff] [blame] | 1 | # 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] |
| 6 | auth_url={{ auth_url }} |
| 7 | admin_user={{ admin_user }} |
| 8 | admin_tenant={{ admin_tenant }} |
| 9 | admin_password={{ admin_password }} |
| 10 | ceilometer_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 %} |