Comment 9 for bug 1844095

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

Reviewed: https://review.opendev.org/684202
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=bd05f693f244a8a873156a2ef76f7390e1336b18
Submitter: Zuul
Branch: master

commit bd05f693f244a8a873156a2ef76f7390e1336b18
Author: Hang Li <email address hidden>
Date: Tue Sep 24 15:23:30 2019 +0800

    Eliminate unnecessary import modules in the objects directory

    In the config project,"/sysinv/sysinv/sysinv/sysinv/objects/" directory
    has many files imported into the "log" but not used.
    At the same time,I built a system of simplex with the latest ISO
    of the community. When the system was built,the code was changed.
    The system worked well and the other functional modules were not
    affected.So I agree we should delete them.

    Change-Id: I35f35ffdf1b9b00a97c259b47420dee3f1e4d939
    Partial-Bug: #1844095
    Signed-off-by: Hang Li <email address hidden>