Horizon returns an error when admin edit CPU Assignments
The error occurs due to a bad reference of utils module, which is being loaded from another path, instead of being imported from the directory where the utils module is located. Updated the path reference to load utils module properly. Closes-Bug: 1993662 Test Plan: - Edit CPU assignments on the controller that is locked. Signed-off-by: Cristian Mondo <cristian.mondo@windriver.com> Change-Id: I294c254eed361b3d66156d706145ea45793dbe74
This commit is contained in:
parent
dff397a114
commit
1aa1aaf997
@ -8,7 +8,8 @@
|
||||
|
||||
import logging
|
||||
|
||||
import utils as icpu_utils
|
||||
from starlingx_dashboard.dashboards.admin.inventory.cpu_functions \
|
||||
import utils as icpu_utils
|
||||
|
||||
from django.urls import reverse
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
Loading…
x
Reference in New Issue
Block a user