Comment 2 for bug 1993662

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to gui (master)

Reviewed: https://review.opendev.org/c/starlingx/gui/+/862149
Committed: https://opendev.org/starlingx/gui/commit/1aa1aaf9970921552d26445e726d6bb5548db809
Submitter: "Zuul (22348)"
Branch: master

commit 1aa1aaf9970921552d26445e726d6bb5548db809
Author: Cristian Mondo <email address hidden>
Date: Thu Oct 20 11:26:40 2022 -0300

    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 <email address hidden>
    Change-Id: I294c254eed361b3d66156d706145ea45793dbe74