horizon/releasenotes/notes/default-settings-moved-1e6a60408c47e2e2.yaml
Akihiro Motoki 307e884eaa Fix grammar error in a recent release notes
It is pointed out in stable/train backport
https://review.opendev.org/#/c/686384/.

Change-Id: I2261e9e2539148bb08d861a9f27ba29b11181287
2019-10-08 23:47:21 +09:00

15 lines
647 B
YAML

---
other:
- |
The default values of the settings listed in ``local_settings.py.example``
in past releases have been moved to ``openstack_dashboard/defaults.py``.
By doing this, horizon can now provide the definitions of the default
settings more explicitly.
For the available settings, see ``openstack_dashboard/defaults.py`` and
the horizon setting reference found at
https://docs.openstack.org/horizon/latest/configuration/settings.html.
Note that Django related settings and HORIZON_CONFIG still exist in
``local_settings.py.example`` in this release and they will be revisited
in upcoming releases.