deb-horizon/releasenotes/notes/move-developer-enabled-files-b1ad2265cd79b11e.yaml
Rob Cresswell fbbe16f76d Move Developer enabled/ files to contrib
This patch moves the developer panel enabled files to contrib, to stop
any strange behaviour when interacting with settings from enabled files
and prevent warning logs when DEBUG is False.

Change-Id: If7a2d023afe418b6dd90edf8a4a1d3bc9646c7ad
2016-09-23 10:59:20 +00:00

10 lines
358 B
YAML

---
upgrade:
- The developer enabled files have been moved from
``openstack_dashboard/enabled`` to
``openstack_dashboard/contrib/developer/enabled``. To enable them, copy
into ``openstack_dashboard/local/enabled`` and set ``DEBUG = True``.
fixes:
- There will no longer be any ``WARNING`` messages regarding
the developer panels in logs.