Comment 3 for bug 1850913

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/train)

Reviewed: https://review.opendev.org/696439
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=41cf3b749797425d5ddd6cb93109299e14224b3a
Submitter: Zuul
Branch: stable/train

commit 41cf3b749797425d5ddd6cb93109299e14224b3a
Author: Naoki Saito <email address hidden>
Date: Fri Nov 1 20:03:12 2019 +0900

    NEC driver: fix an undefined variable

    Currently, NEC driver references an undefined variable in message
    formatting.
    That causes volume creation failure when 4 or more volumes are created
    from same image in parallel.

    This patch removes the reference.

    Change-Id: I3dc6a55ee5ed496a37885a139fba11d1134e971f
    Closes-Bug: #1850913
    (cherry picked from commit 16dbad18ccb98e1e89dc9d1d2369fdb893d855b0)