From 2721621e4a1f8ff0142e07f1d233a05760f11aed Mon Sep 17 00:00:00 2001 From: kaz_shinohara Date: Tue, 13 Mar 2018 12:56:39 +0900 Subject: [PATCH] Add release note for updated enabled file in rocky Enabled file for template generator is updated a lot to remove all of embedded JS copies from the repo. The latest eanble file does not have compatibility with stable/queens heat-dashboard, therefore it is better to have heads-up for users to re-copy it to horizon/openstack_dashboard/enabled when they need to update heat-dashboard from queens to rocky. Change-Id: Ifdc29d95e93379cda1d12367329e37c885ddcef2 --- .../enabled_file_for_tmplgen-71432805cbfe4176.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 releasenotes/notes/enabled_file_for_tmplgen-71432805cbfe4176.yaml diff --git a/releasenotes/notes/enabled_file_for_tmplgen-71432805cbfe4176.yaml b/releasenotes/notes/enabled_file_for_tmplgen-71432805cbfe4176.yaml new file mode 100644 index 00000000..dc601951 --- /dev/null +++ b/releasenotes/notes/enabled_file_for_tmplgen-71432805cbfe4176.yaml @@ -0,0 +1,13 @@ +--- +upgrade: + - | + If you need to update your queens heat-dashboard to rocky, + you must copy the latest enabled file (_1650_project_template_generator_panel.py) + to horizon/openstack_dashboard/enabled directory again. + The enabled file for template generator has been changed a lot in rocky and it does not have + compatibility with queens heat-dashboard. + The background of this change is that SCSS and xstatic modules are started to be used + rather than CSS and embedded JavaScript copies to follow Horizon’s contribution rule. + [`bug 1753919 `__] + [`bug 1755140 `__] + [`bug 1755308 `__] \ No newline at end of file