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
664518e1
Commit
664518e1
authored
Aug 05, 2013
by
Dimitris Aragiorgis
Committed by
Christos Stavrakakis
Aug 20, 2013
Browse files
Remove custon synnefo_settings for webclient
Signed-off-by:
Dimitris Aragiorgis
<
dimara@grnet.gr
>
parent
3137d536
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-deploy/fabfile.py
View file @
664518e1
...
...
@@ -775,14 +775,6 @@ def setup_pithos():
custom
=
customize_settings_from_tmpl
(
tmpl
,
replace
)
put
(
custom
,
tmpl
,
mode
=
0644
)
#TOFIX: this is needed in order webclient not to serve /ui url
# but only /pithos/ui
if
env
.
env
.
pithos
.
hostname
==
env
.
env
.
cyclades
.
hostname
:
tmpl
=
"/usr/share/pyshared/pithos_webclient/synnefo_settings.py"
replace
=
{}
custom
=
customize_settings_from_tmpl
(
tmpl
,
replace
)
put
(
custom
,
tmpl
,
mode
=
0644
)
try_run
(
"/etc/init.d/gunicorn restart"
)
#TOFIX: the previous command lets pithos-backend create blocks and maps
# with root owner
...
...
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