Comment 7 for bug 1821945

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-manilaclient (master)

Reviewed: https://review.opendev.org/c/openstack/python-manilaclient/+/805779
Committed: https://opendev.org/openstack/python-manilaclient/commit/2fc21c3e0c751622182c4832f375066640a4cc9a
Submitter: "Zuul (22348)"
Branch: master

commit 2fc21c3e0c751622182c4832f375066640a4cc9a
Author: Goutham Pacha Ravi <email address hidden>
Date: Mon Aug 23 22:32:35 2021 -0700

    Fix incorrect dict member lookup

    Lookup by 'id' was missing quotes
    causing sporadic functional test
    failures - sporadic because the test
    gets into this code section only when
    it runs in parallel to some migration
    tests.

    Change-Id: Iadce9d910370246f83f56f27039d9f5585642fbc
    Related-Bug: #1821945
    Signed-off-by: Goutham Pacha Ravi <email address hidden>