summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-03-24 10:36:17 +0000
committerGerrit Code Review <review@openstack.org>2022-03-24 10:36:17 +0000
commit0798bdacd3d078dbfe79b0852b704d099871b81c (patch)
treeca34c34fe08bb21e1a73707fcb09b4eba6cf87eb /doc
parenta25fe8eea32886289196d14140cb68fd77c891af (diff)
parent6c814b241d7465113a6edfc023fa6ef9314f4591 (diff)
downloadhorizon-0798bdacd3d078dbfe79b0852b704d099871b81c.tar.gz
Merge "Add SYSTEM_SCOPE_SERVICES setting that hides panels"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/configuration/settings.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/source/configuration/settings.rst b/doc/source/configuration/settings.rst
index 0d577c1bc..7c84f656f 100644
--- a/doc/source/configuration/settings.rst
+++ b/doc/source/configuration/settings.rst
@@ -2656,3 +2656,16 @@ generated ``kubeconfig`` file.
.. seealso::
`KUBECONFIG_ENABLED`_ to enable the ``kubeconfig`` file generation.
+
+
+SYSTEM_SCOPE_SERVICES
+---------------------
+.. versionadded:: 21.1.0(Yoga)
+
+Default: ``[]``
+
+A list of names of services for which the system scope token should be used.
+If empty, system scope will be removed from the context switching menu. If not
+empty, the context switching menu will show a "system scope" option, and the
+admin panels for the services listed will be moved to that context, no longer
+showing up in the project context.