charm-rabbitmq-server/charmhelpers/contrib/openstack/templates/section-keystone-authtoken-...

10 lines
256 B
Plaintext

{% if auth_host -%}
[keystone_authtoken]
{% for option_name, option_value in keystone_authtoken.items() -%}
{{ option_name }} = {{ option_value }}
{% endfor -%}
{% if use_memcache == true %}
memcached_servers = {{ memcache_url }}
{% endif -%}
{% endif -%}