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
2a1f3e53
Commit
2a1f3e53
authored
Jul 02, 2013
by
Georgios D. Tsoukalas
Browse files
docs: remove UI_LOGIN_URL and related references
parent
6f159c83
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/quick-install-admin-guide.rst
View file @
2a1f3e53
...
...
@@ -1800,19 +1800,6 @@ The above settings denote the Message Queue. Those settings should have the same
values as in ``/etc/synnefo/10-snf-cyclades-gtools-backend.conf`` file, and
reflect our :ref:`Message Queue setup <rabbitmq-setup>`.
Edit ``/etc/synnefo/20-snf-cyclades-app-ui.conf``:
.. code-block:: console
UI_LOGIN_URL = "https://node1.example.com/ui/login"
UI_LOGOUT_URL = "https://node1.example.com/ui/logout"
The ``UI_LOGIN_URL`` option tells the Cyclades Web UI where to redirect users,
if they are not logged in. We point that to Astakos.
The ``UI_LOGOUT_URL`` option tells the Cyclades Web UI where to redirect the
user when he/she logs out. We point that to Astakos, too.
Edit ``/etc/synnefo/20-snf-cyclades-app-vmapi.conf``:
.. code-block:: console
...
...
docs/scale/i-cyclades.rst
View file @
2a1f3e53
...
...
@@ -72,8 +72,6 @@ In `/etc/synnefo/cyclades.conf` add:
FEEDBACK_CONTACTS = (
('feedback@example.com', 'feedback@example.com'),
)
UI_LOGIN_URL = "https://accounts.example.com/im/login"
UI_LOGOUT_URL = "https://accounts.example.com/im/logout"
UI_FLAVORS_DISK_TEMPLATES_INFO = {
'rbd': {'name': 'Rbd',
'description': 'Volumes residing inside a RADOS cluster'},
...
...
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