Comment 7 for bug 1843059

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-ansible (stable/train)

Reviewed: https://review.opendev.org/735568
Committed: https://git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=2d1a48b505f8adcfb3e73c5c0c0f3e3fc7c068ca
Submitter: Zuul
Branch: stable/train

commit 2d1a48b505f8adcfb3e73c5c0c0f3e3fc7c068ca
Author: Brent Eagles <email address hidden>
Date: Tue Apr 21 16:56:59 2020 -0230

    Octavia: handle empty amphora image search result

    In some situations, openstack image list queries on name return a 0
    exit code even though there is no result.

    Note: this differs slightly from the original commit because the linters
    are catching a new rule "comparison against empty strings" since the
    original commit merged.

    Change-Id: I20f63ea45e52181810654f7afab11499fef9baa2
    Related-Bug: #1843059
    (cherry picked from commit 5fccdd3c2ce9a6259b1b38e950e638ad0b2c46fc)