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
cf6d65c3
Commit
cf6d65c3
authored
Feb 26, 2013
by
Georgios D. Tsoukalas
Browse files
upgrade-0.13: add CYCLADES_PROXY_USER_SERVICES
parent
f08d37bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/upgrade-0.13.rst
View file @
cf6d65c3
...
...
@@ -254,6 +254,15 @@ On the Cyclades host, edit ``/etc/synnefo/20-snf-cyclades-app-quotas.conf``:
CYCLADES_QUOTAHOLDER_URL = 'https://accounts.example.synnefo.org/quotaholder/v'
CYCLADES_QUOTAHOLDER_TOKEN = 'aExampleTokenJbFm12w'
# Set to False if astakos & cyclades are on the same host
#CYCLADES_PROXY_USER_SERVICES = True
.. note::
If Cylcades and Astakos are installed on the same server,
set ``CYCLADES_PROXY_USER_SERVICES = False``
On the Pithos host, edit ``/etc/synnefo/20-snf-pithos-app-settings.conf``:
::
...
...
@@ -364,8 +373,14 @@ On the Pithos host, edit ``/etc/synnefo/20-snf-pithos-app-settings.conf``:
PITHOS_USER_CATALOG_URL = https://accounts.example.synnefo.org/user_catalogs/
PITHOS_USER_FEEDBACK_URL = https://accounts.example.synnefo.org/feedback/
PITHOS_USER_LOGIN_URL = https://accounts.example.synnefo.org/login/
#PITHOS_PROXY_USER_SERVICES = True # Set False if astakos & pithos are on the same host
# Set to False if astakos & pithos are on the same host
#PITHOS_PROXY_USER_SERVICES = True
.. note::
If Pithos and Astakos are installed on the same server,
set ``PITHOS_PROXY_USER_SERVICES = False``
4. Start astakos and quota services
===================================
...
...
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