Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
627e6fd5
Commit
627e6fd5
authored
Jun 03, 2013
by
Sofia Papagiannaki
Browse files
astakos: fix xml template for authenticate keystone api call
parent
bec7a53b
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/templates/api/access.xml
View file @
627e6fd5
...
...
@@ -16,10 +16,7 @@
{% for s in d.access.serviceCatalog %}
<service
type=
"{{s.type}}"
name=
"{{s.name}}"
SNF:uiURL=
"{{s.component.url}}"
>
{% for e in s.endpoints %}
<endpoint
{%
for
k,
v
in
e.items
%}
{{k}}="{{v}}"
{%
endfor
%}
<endpoint
{%
for
k,
v
in
e.items
%}
{{k}}="{{v}}"
{%
endfor
%}
/>
{% endfor %}
</service>
{% endfor %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment