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
dfa67fa3
Commit
dfa67fa3
authored
Jun 11, 2013
by
Georgios D. Tsoukalas
Browse files
common: make service public urls end in '/'
parent
7d94c068
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-common/synnefo/lib/services.py
View file @
dfa67fa3
...
...
@@ -46,7 +46,7 @@ def fill_endpoints(services, base_url):
if
publicURL
is
not
None
:
continue
publicURL
=
join_urls
(
base_url
,
prefix
,
version
)
publicURL
=
join_urls
(
base_url
,
prefix
,
version
)
.
rstrip
(
'/'
)
+
'/'
set_path
(
endpoint
,
'publicURL'
,
publicURL
)
...
...
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