From 52359ccba601bc607bd805c9a9589dabc02aa022 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Tue, 21 May 2019 11:12:50 +0200 Subject: [PATCH] B #3335: Add user template Sunstone confs --- source/deployment/sunstone_setup/sunstone.rst | 23 +++++++++++++++++++ .../users_groups_management/manage_groups.rst | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/source/deployment/sunstone_setup/sunstone.rst b/source/deployment/sunstone_setup/sunstone.rst index f0ffc522b4..edac9d998d 100644 --- a/source/deployment/sunstone_setup/sunstone.rst +++ b/source/deployment/sunstone_setup/sunstone.rst @@ -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 -------------------------------------------------------------------------------- diff --git a/source/operation/users_groups_management/manage_groups.rst b/source/operation/users_groups_management/manage_groups.rst index 21ba28487f..663fb740b9 100644 --- a/source/operation/users_groups_management/manage_groups.rst +++ b/source/operation/users_groups_management/manage_groups.rst @@ -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::