Comment 2 for bug 1845698

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

Reviewed: https://review.opendev.org/686064
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=3f5ddb8fb4029b0a57ab9461595a1de002f232f5
Submitter: Zuul
Branch: master

commit 3f5ddb8fb4029b0a57ab9461595a1de002f232f5
Author: Daniel King <email address hidden>
Date: Tue Oct 1 17:46:42 2019 -0400

    Removed references to bm-deploy images

    Previously, kernel and ramdisk images had been
    removed from glance in favor of using them directly from the
    filesystem. However, some references to these images remained in a
    couple of test scripts and also for node discovery where they were
    being used as the default. The images being used were
    bm-deploy-kernel and bm-deploy-ramdisk.

    The change requiring this update was made in commit 7ad1b812fc and
    can be found at review https://review.opendev.org/#/c/663897/

    In tripleoclient/v1/overcloud_node.py, replaced the default kernel and
    ramdisk image names with paths to the current default locations, and
    adjusted tripleoclient/tests/v1/overcloud_node/test_overcloud_node.py
    to use these paths in the test.

    In tripleoclient/tests/v1/overcloud_image/test_overcloud_image.py,
    removed mentions of these images in the image list as they no longer
    appear as available images in a live setup. This rule change would
    have correctly caused test failures for missing images before
    overcloud_node.py was updated.

    Closes-Bug: #1845698
    Change-Id: Ia556e09b7e92ed16e50061ccfbd002af61252092