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
00590f75
Commit
00590f75
authored
May 31, 2012
by
Constantinos Venetsanopoulos
Browse files
Fixes in quick installation guide's URLs
parent
cc9dbb39
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/quick-install-admin-guide.rst
View file @
00590f75
...
...
@@ -1453,7 +1453,7 @@ Edit ``/etc/synnefo/20-snf-cyclades-app-api.conf``:
.. code-block:: console
GANETI_MAX_LINK_NUMBER = 20
ASTAKOS_URL = '
https
://
accounts
.
node1
.
example
.
com
/
im
/
authenticate
'
ASTAKOS_URL = '
https
://
node1
.
example
.
com
/
im
/
authenticate
'
The ``GANETI_MAX_LINK_NUMBER`` is used to construct the names of the bridges
already pre-provisioned for the Private Networks. Thus we set it to ``20``, to
...
...
@@ -1487,9 +1487,9 @@ Edit ``/etc/synnefo/20-snf-cyclades-app-cloudbar.conf``:
..
code
-
block
::
console
CLOUDBAR_LOCATION
=
'https://
accounts.
node1.example.com/static/im/cloudbar/'
CLOUDBAR_LOCATION
=
'https://node1.example.com/static/im/cloudbar/'
CLOUDBAR_ACTIVE_SERVICE
=
'cyclades'
CLOUDBAR_SERVICES_URL
=
'https://
accounts.
node1.example.com/im/get_services'
CLOUDBAR_SERVICES_URL
=
'https://node1.example.com/im/get_services'
CLOUDBAR_MENU_URL
=
'https://account.node1.example.com/im/get_menu'
``
CLOUDBAR_LOCATION
``
tells
the
client
where
to
find
the
Astakos
common
...
...
@@ -1537,8 +1537,8 @@ Edit ``/etc/synnefo/20-snf-cyclades-app-ui.conf``:
..
code
-
block
::
console
UI_MEDIA_URL
=
'/static/ui/static/snf/'
UI_LOGIN_URL
=
"https://
accounts.
node1.example.com/im/login"
UI_LOGOUT_URL
=
"https://
accounts.
node1.example.com/im/logout"
UI_LOGIN_URL
=
"https://node1.example.com/im/login"
UI_LOGOUT_URL
=
"https://node1.example.com/im/logout"
``
UI_MEDIA_URL
``
denotes
the
location
of
the
UI
's static files.
...
...
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