Skip to content

Commit

Permalink
B #3335: Add user template Sunstone confs
Browse files Browse the repository at this point in the history
  • Loading branch information
tinova committed May 21, 2019
1 parent 840edcb commit 52359cc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions source/deployment/sunstone_setup/sunstone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,29 @@ Available options are:

Example: :host: 0::1, :host: 0::0

.. note:: To use Sunstone with IPv6 only systems and thin HTTP sever, use the full IPv6 address in the field `:host`. If you need to set the localhost address (::1) or the unspecified address (::) please use the following:

Example: :host: 0::1, :host: 0::0


Sunstone behaviour can also be configured through the user template:

+---------------------------+-------------------------------------------------------------------+
| Option | Description |
+---------------------------+-------------------------------------------------------------------+
| DISPLAY_NAME | Name of the user that will appear in Sunstone |
+---------------------------+-------------------------------------------------------------------+
| TABLE_ORDER | Asc (ascending) or Desc (descending) |
+---------------------------+-------------------------------------------------------------------+
| DEFAULT_VIEW | Name of the default view (as appearing in /etc7on/sunstone-views) |
+---------------------------+-------------------------------------------------------------------+
| TABLE_DEFAULT_PAGE_LENGTH | Default lenght of Sunstone datatables' pages |
+---------------------------+-------------------------------------------------------------------+
| LANG | Sunstone language (defaults to en_US) |
+---------------------------+-------------------------------------------------------------------+
| DEFAULT_ZONE_ENDPOINT | Default zone at Sunstone login. Defaults to the local zone |
+---------------------------+-------------------------------------------------------------------+

Starting Sunstone
--------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion source/operation/users_groups_management/manage_groups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Example:
.. note:: These values can be overwritten for each user by placing the desired values in the user template.

If the values are not set the defaults defined in ``oned.conf`` are used.

Example:

.. code::
Expand Down

0 comments on commit 52359cc

Please sign in to comment.