summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-06 17:58:16 +0000
committerGerrit Code Review <review@openstack.org>2017-01-06 17:58:16 +0000
commit662b4118d34e516e30e54bd68035cbc59b263108 (patch)
tree57d7e5cbfa7b04d9876c8e36ba884408d1b1cc5a
parent0f66c521c1c949fff0863346f46ba8c628d7de76 (diff)
parent65856591627c1133527d7e5931fd6bc8cb22df9e (diff)
downloadhorizon-662b4118d34e516e30e54bd68035cbc59b263108.tar.gz
Merge "Update settings docs with using ANGULAR_FEATURES for dev"
-rw-r--r--doc/source/topics/settings.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/topics/settings.rst b/doc/source/topics/settings.rst
index fdd940e2c..1c142503c 100644
--- a/doc/source/topics/settings.rst
+++ b/doc/source/topics/settings.rst
@@ -67,6 +67,10 @@ Horizon Dashboards are automatically discovered in the following way:
`INSTALLED_APPS <https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-INSTALLED_APPS>`_
and importing any files that have the name ``"dashboard.py"`` and include
code to register themselves as a Horizon dashboard.
+* For upstream development since Newton, please use ``ANGULAR_FEATURES`` setting to
+ toggle Angular panel features, instead of defining an enabled file for the
+ Angular panel. Then use ``settings.ANGULAR_FEATURES[<panel_name>]`` in your urls.py.
+ This enforces showing one service panel in the dashboard at a time.
By default, dashboards defined by ``openstack_dashboard/local/enabled`` are
displayed first in the alphabetical order of the config files, and then the