Skip to content

Commit f3f3b9f

Browse files
committed
Remove create_instance override
Horizon removed the Django-based implementation of launch instance [1] which was overriden by cloudkitty-dashboard. Remove override to avoid breaking Horizon when cloudkitty-dashboard is enabled. [1] https://review.opendev.org/c/openstack/horizon/+/816303 Change-Id: Ib6516cfb4d9bbe75ddb62969f62629712afca38b Story: 2009924 Task: 44788 (cherry picked from commit 6ce3faa)
1 parent 6dd285c commit f3f3b9f

File tree

3 files changed

+5
-41
lines changed

3 files changed

+5
-41
lines changed

cloudkittydashboard/enabled/_11_project_rating_panel.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,3 @@
1919
# Python panel class of the PANEL to be added.
2020
ADD_PANEL = \
2121
'cloudkittydashboard.dashboards.project.rating.panel.Project_rating'
22-
23-
UPDATE_HORIZON_CONFIG = {'customization_module':
24-
"cloudkittydashboard.overrides"}

cloudkittydashboard/overrides.py

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes compatibility with Horizon 21.0.0 and newer following the removal of
5+
the Django-based implementation of launch instance.

0 commit comments

Comments
 (0)