Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / api / endpoints.xml @ 27e51b28

History | View | Annotate | Download (430 Bytes)

1
<?xml version="1.0" encoding="UTF-8"?>
2
{% load get_type %}
3
<endpoints xmlns="http://docs.openstack.org/identity/api/v2.0">
4
    {% for e in endpoints %}
5
    <endpoint {%for ,v  e.items %}{% if  %}"{{k}}"="{{v}}" {% endif %}{%endfor%}/>
6
    {% endfor %}
7
</endpoints>
8
<endpoint_links>
9
    {% for l in endpoint_links %}
10
        <endpoint_link {%for ,v  l.items %}"{{k}}"="{{v}}" {%endfor%}/>
11
    {% endfor %}
12
</endpoint_links>