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
83e6c1ee
Commit
83e6c1ee
authored
Jul 01, 2013
by
Christos Stavrakakis
Browse files
astakos: Rename Region to region
Refs #4086
parent
df28ba95
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/api/tokens.py
View file @
83e6c1ee
...
...
@@ -107,7 +107,7 @@ def authenticate(request):
for
l
in
[
e
.
data
.
values
(
'key'
,
'value'
)
for
e
in
s
.
endpoints
.
all
()]:
endpoint
=
dict
((
d
[
'key'
],
d
[
'value'
])
for
d
in
l
)
endpoint
[
"SNF:uiURL"
]
=
s
.
component
.
url
endpoint
[
"
R
egion"
]
=
"defaultRegion"
endpoint
[
"
r
egion"
]
=
"defaultRegion"
if
s
.
name
==
'astakos_weblogin'
:
endpoint
[
"SNF:webloginURL"
]
=
endpoint
[
"publicURL"
]
endpoints
.
append
(
endpoint
)
...
...
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